Linux: Removed redundant global variables from Display.c

This commit is contained in:
Elias Naur 2005-11-23 15:30:53 +00:00
parent 1ff7a0af4f
commit 3f128ca204
1 changed files with 0 additions and 4 deletions

View File

@ -73,8 +73,6 @@ static GLXWindow glx_window = None;
static Atom delete_atom;
static Colormap cmap;
static Window current_win;
static int current_height;
static int current_width;
static int current_depth;
static Visual *current_visual;
@ -376,8 +374,6 @@ static bool createWindow(JNIEnv* env, jint window_mode, X11PeerInfo *peer_info,
int attribmask;
input_released = false;
current_width = width;
current_height = height;
root_win = RootWindow(getDisplay(), getCurrentScreen());
XVisualInfo *vis_info = getVisualInfoFromPeerInfo(env, peer_info);
if (vis_info == NULL)