Removed Ogre logging from main library.
This commit is contained in:
@ -20,8 +20,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
#include "Volume.h"
|
||||
#include "VolumeIterator.h"
|
||||
|
||||
#include "OgreLogManager.h"
|
||||
#include "OgreStringConverter.h"
|
||||
#include "OgreVector3.h"
|
||||
|
||||
using namespace boost;
|
||||
@ -69,7 +67,6 @@ namespace Ogre
|
||||
|
||||
/*if(!currentBlock.unique())
|
||||
{
|
||||
//LogManager::getSingleton().logMessage("Copying Block");
|
||||
Block* copy(new Block(*currentBlock));
|
||||
currentBlock = copy;
|
||||
|
||||
@ -148,7 +145,6 @@ namespace Ogre
|
||||
|
||||
/*if(!block.unique())
|
||||
{
|
||||
//LogManager::getSingleton().logMessage("Copying Block");
|
||||
Block* copy(new Block(*block));
|
||||
block = copy;
|
||||
|
||||
|
Reference in New Issue
Block a user