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 267e0fea..1c1e283a 100644 --- a/src/gui/browserbox.h +++ b/src/gui/browserbox.h @@ -145,11 +145,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 |