summaryrefslogtreecommitdiff
path: root/src/gui/browserbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/browserbox.h')
-rw-r--r--src/gui/browserbox.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/browserbox.h b/src/gui/browserbox.h
index 666a7754..1c33e6f9 100644
--- a/src/gui/browserbox.h
+++ b/src/gui/browserbox.h
@@ -158,11 +158,6 @@ class BrowserBox : public gcn::Widget, public gcn::MouseListener
bool mOpaque;
bool mUseLinksAndUserColors;
int mSelectedLink;
-
-#ifdef USE_OPENGL
- static int instances; /**< Number of Window instances */
- static gcn::ImageFont* browserFont;
-#endif
};
#endif