summaryrefslogtreecommitdiffstats
path: root/source/scrollbar.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-28 00:25:53 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-28 00:25:53 +0100
commit764992e4bb3cc948cdf48c1963ea74ee3cd05cd2 (patch)
tree73e6e53c15fe76fc946dfca6b6d35b432645c247 /source/scrollbar.c
parentc261aa8e8929dff92e74efc9482b5ac3538147f3 (diff)
Remove more display usage
Diffstat (limited to 'source/scrollbar.c')
-rw-r--r--source/scrollbar.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/scrollbar.c b/source/scrollbar.c
index 26627daa..9fc760d6 100644
--- a/source/scrollbar.c
+++ b/source/scrollbar.c
@@ -36,8 +36,6 @@
#include "x11-helper.h"
#include "settings.h"
-extern Display *display;
-
scrollbar *scrollbar_create ( short x, short y, short w, short h )
{
scrollbar *sb = g_malloc0 ( sizeof ( scrollbar ) );