Browse Source

redefined the copyToBMP

Jeff Hutchinson 9 years ago
parent
commit
909109713d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Engine/source/gfx/gl/gfxGLTextureObject.cpp

+ 0 - 2
Engine/source/gfx/gl/gfxGLTextureObject.cpp

@@ -140,8 +140,6 @@ void GFXGLTextureObject::reInit()
 
 bool GFXGLTextureObject::copyToBmp(GBitmap * bmp)
 {
-   PROFILE_SCOPE(GFXGLTextureObject_copyToBmp);
-
    if (!bmp)
       return false;