Fixed some loose ends in the OpenGL renderer.

Now its nice and tidy. Heh.
This commit is contained in:
mudlord 2008-05-31 01:43:17 +00:00
parent 0762a63ad7
commit 1689d58f38
1 changed files with 1 additions and 3 deletions

View File

@ -84,7 +84,6 @@ private:
void setVSync( int interval = 1 );
void calculateDestRect( int w, int h );
void initializeFont();
void renderlist();
public:
OpenGLDisplay();
@ -97,7 +96,6 @@ public:
virtual void cleanup();
virtual void clear();
virtual void render();
virtual bool changeRenderSize( int w, int h );
virtual void resize( int w, int h );
virtual void setOption( const char *, int );