Delete dead code.

Change-Id: I5b87fac4e2140a903221a1f68b16fa6a96e5effc
This commit is contained in:
Jesse Hall
2012-03-02 23:10:57 -08:00
parent eb2a72d963
commit 54934b06f1
4 changed files with 0 additions and 140 deletions

View File

@@ -44,7 +44,6 @@ public:
private:
WindowSurface();
void copyToColorBuffer(); // copy pbuffer content with readback+download
void blitToColorBuffer(); // copy pbuffer content with texload and blit
bool resizePbuffer(unsigned int p_width, unsigned int p_height);