Removed a few uses of '#ifdef SWIG', mainly from areas where they would no longer work. e.g where the code has been templatized since the #ifdef was added so we can see that the SWIG version of the code is out of date and won't build anyway.
This commit is contained in:
@ -49,11 +49,7 @@ namespace PolyVox
|
||||
* about these definitions.
|
||||
*
|
||||
*/
|
||||
#ifdef SWIG
|
||||
class Region
|
||||
#else
|
||||
class Region
|
||||
#endif
|
||||
{
|
||||
public:
|
||||
|
||||
|
Reference in New Issue
Block a user