Browse Source

Removed unused function.

Lasse Öörni 13 years ago
parent
commit
cf6d216384
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Engine/Graphics/OpenGL/OGLGraphics.h

+ 0 - 2
Engine/Graphics/OpenGL/OGLGraphics.h

@@ -219,8 +219,6 @@ public:
     bool GetTripleBuffer() const { return tripleBuffer_; }
     /// Return whether device is lost, and can not yet render.
     bool IsDeviceLost() const;
-    /// Return window handle.
-    void* GetWindowHandle() const;
     /// Return number of primitives drawn this frame.
     unsigned GetNumPrimitives() const { return numPrimitives_; }
     /// Return number of batches drawn this frame.