diff options
author | Pierre Ossman <ossman@cendio.se> | 2015-01-29 10:22:32 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2015-01-29 10:22:32 +0100 |
commit | 8081ba507de44560ef58e604aa9b9e5b8050b6a7 (patch) | |
tree | cbbf0991776eb8974325079623d694f9f2daae3a /unix | |
parent | 614a121de708a7c3d6ed23a377a229a1d5c022dd (diff) | |
download | tigervnc-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.c | 3 |
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 |