Commit 57e662b8 authored by Ulrich Sibiller's avatar Ulrich Sibiller

nxagent: drop unused nxagentVisibility variables

parent e5746df8
...@@ -2067,8 +2067,6 @@ FIXME: Don't enqueue the KeyRelease event if the key was not already ...@@ -2067,8 +2067,6 @@ FIXME: Don't enqueue the KeyRelease event if the key was not already
if (nxagentOption(Fullscreen)) if (nxagentOption(Fullscreen))
{ {
nxagentVisibility = VisibilityUnobscured; nxagentVisibility = VisibilityUnobscured;
nxagentVisibilityStop = False;
nxagentVisibilityTimeout = GetTimeInMillis() + 2000;
} }
/* /*
......
...@@ -80,8 +80,6 @@ int nxagentWindowPrivateIndex; ...@@ -80,8 +80,6 @@ int nxagentWindowPrivateIndex;
*/ */
int nxagentVisibility = VisibilityUnobscured; int nxagentVisibility = VisibilityUnobscured;
unsigned long nxagentVisibilityTimeout = 0;
Bool nxagentVisibilityStop = False;
ConfiguredWindowStruct *nxagentConfiguredWindowList; ConfiguredWindowStruct *nxagentConfiguredWindowList;
StaticResizedWindowStruct *nxagentStaticResizedWindowList; StaticResizedWindowStruct *nxagentStaticResizedWindowList;
......
...@@ -256,8 +256,6 @@ void nxagentConfigureWindow(WindowPtr pWin, unsigned int mask); ...@@ -256,8 +256,6 @@ void nxagentConfigureWindow(WindowPtr pWin, unsigned int mask);
*/ */
extern int nxagentVisibility; extern int nxagentVisibility;
extern unsigned long nxagentVisibilityTimeout;
extern Bool nxagentVisibilityStop;
/* /*
* Return the pointer to the window given the remote id. It tries to * Return the pointer to the window given the remote id. It tries to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment