]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/script/common/c_types.cpp
Sound API: Add fading sounds
[dragonfireclient.git] / src / script / common / c_types.cpp
index ac724c42c84d9ce73758c7e5f07ea2e4f2030e39..e832ff2ab8db54239743985b001ef0558118f7fa 100644 (file)
@@ -23,12 +23,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "common/c_internal.h"
 #include "itemdef.h"
 
-LuaError::LuaError(lua_State *L, const std::string &s)
-{
-       m_s = "LuaError: ";
-       m_s += s + "\n";
-       m_s += script_get_backtrace(L);
-}
 
 struct EnumString es_ItemType[] =
        {