diff options
Diffstat (limited to 'src/gui/browserbox.h')
-rw-r--r-- | src/gui/browserbox.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/browserbox.h b/src/gui/browserbox.h index 39ecbda8..465ff497 100644 --- a/src/gui/browserbox.h +++ b/src/gui/browserbox.h @@ -162,11 +162,6 @@ class BrowserBox : public gcn::Widget, public gcn::MouseListener bool mUseLinksAndUserColors; int mSelectedLink; unsigned int mMaxRows; - -#ifdef USE_OPENGL - static int instances; /**< Number of Window instances */ - static gcn::ImageFont* browserFont; -#endif }; #endif |