From 9eb9541060dbc5b0939c3f200ce3d2381d503d26 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Thu, 19 Mar 2015 12:34:16 +0100 Subject: AllToLua: Removed an unneeded class declaration. It's perfectly possible to declare a class in ManualBindings without the need for declaration in AllToLua.pkg. --- src/Bindings/AllToLua.pkg | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/Bindings/AllToLua.pkg') diff --git a/src/Bindings/AllToLua.pkg b/src/Bindings/AllToLua.pkg index bc0c9300f..cea86f432 100644 --- a/src/Bindings/AllToLua.pkg +++ b/src/Bindings/AllToLua.pkg @@ -116,14 +116,6 @@ $cfile "../BlockEntities/FlowerPotEntity.h" -// Need to declare this class so that the usertype is properly registered in Bindings.cpp - -// it seems impossible to register a usertype in ManualBindings.cpp -class cLineBlockTracer; - - - - - // To avoid tolua treating Byte as a class, and avoid the need to $cfile entire Globals.h: typedef unsigned char Byte; -- cgit v1.2.3