Browse Source

No need to declare 'display' here.

tags/v1.3.90
Tim Waugh 9 years ago
parent
commit
300411c623
2 changed files with 0 additions and 3 deletions
  1. 0
    2
      unix/xserver/hw/vnc/XserverDesktop.cc
  2. 0
    1
      unix/xserver/hw/vnc/xvnc.cc

+ 0
- 2
unix/xserver/hw/vnc/XserverDesktop.cc View File

@@ -49,8 +49,6 @@ extern "C" {
#define public c_public
#define class c_class

extern const char *display;

#ifdef RANDR
#include "randrstr.h"
#endif

+ 0
- 1
unix/xserver/hw/vnc/xvnc.cc View File

@@ -103,7 +103,6 @@ extern "C" {
"See http://www.tigervnc.org for information on TigerVNC.\n")


extern const char *display;
extern int monitorResolution;

#define VFB_DEFAULT_WIDTH 1024

Loading…
Cancel
Save