Removed Ogre logging from main library.

This commit is contained in:
David Williams
2008-02-09 16:58:48 +00:00
parent f29af2f8d4
commit f263714ebc
5 changed files with 4 additions and 25 deletions

View File

@ -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;