aboutsummaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2015-01-29 10:22:32 +0100
committerPierre Ossman <ossman@cendio.se>2015-01-29 10:22:32 +0100
commit8081ba507de44560ef58e604aa9b9e5b8050b6a7 (patch)
treecbbf0991776eb8974325079623d694f9f2daae3a /unix
parent614a121de708a7c3d6ed23a377a229a1d5c022dd (diff)
downloadtigervnc-8081ba507de44560ef58e604aa9b9e5b8050b6a7.tar.gz
tigervnc-8081ba507de44560ef58e604aa9b9e5b8050b6a7.zip
Remove declaration for variable already present in headers
Diffstat (limited to 'unix')
-rw-r--r--unix/xserver/hw/vnc/xvnc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/unix/xserver/hw/vnc/xvnc.c b/unix/xserver/hw/vnc/xvnc.c
index 2e0ddf9d..617983d3 100644
--- a/unix/xserver/hw/vnc/xvnc.c
+++ b/unix/xserver/hw/vnc/xvnc.c
@@ -96,9 +96,6 @@ from the X Consortium.
#define XVNCCOPYRIGHT ("Copyright (C) 1999-2013 TigerVNC Team and many others (see README.txt)\n" \
"See http://www.tigervnc.org for information on TigerVNC.\n")
-
-extern int monitorResolution;
-
#define VFB_DEFAULT_WIDTH 1024
#define VFB_DEFAULT_HEIGHT 768
#define VFB_DEFAULT_DEPTH 24