summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/window/FWS.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/generic/window/FWS.cxx')
-rw-r--r--vcl/unx/generic/window/FWS.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/vcl/unx/generic/window/FWS.cxx b/vcl/unx/generic/window/FWS.cxx
index 5a470babf6cc..96ef09fdd111 100644
--- a/vcl/unx/generic/window/FWS.cxx
+++ b/vcl/unx/generic/window/FWS.cxx
@@ -45,11 +45,6 @@ static Atom FWS_NORMAL_STATE;
static Atom WM_PROTOCOLS;
static Atom WM_CHANGE_STATE;
-static Bool fwsStackUnder;
-static Bool fwsParkIcons;
-static Bool fwsPassesInput;
-static Bool fwsHandlesFocus;
-
static Window fwsCommWindow;
// Initialize our atoms and determine if the current window manager is
@@ -131,7 +126,6 @@ WMSupportsFWS (Display *display, int screen)
protocol = reinterpret_cast<Atom *>(propData)[i];
if (protocol == FWS_STACK_UNDER)
{
- fwsStackUnder = True;
#if OSL_DEBUG_LEVEL > 1
fprintf (stderr, "Using fwsStackUnder.\n");
#endif
@@ -139,7 +133,6 @@ WMSupportsFWS (Display *display, int screen)
else
if (protocol == FWS_PARK_ICONS)
{
- fwsParkIcons = True;
#if OSL_DEBUG_LEVEL > 1
fprintf (stderr, "Using fwsParkIcons.\n");
#endif
@@ -147,7 +140,6 @@ WMSupportsFWS (Display *display, int screen)
else
if (protocol == FWS_PASSES_INPUT)
{
- fwsPassesInput = True;
#if OSL_DEBUG_LEVEL > 1
fprintf (stderr, "Using fwsPassesInput.\n");
#endif
@@ -155,7 +147,6 @@ WMSupportsFWS (Display *display, int screen)
else
if (protocol == FWS_HANDLES_FOCUS)
{
- fwsHandlesFocus = True;
#if OSL_DEBUG_LEVEL > 1
fprintf (stderr, "Using fwsHandlesFocus.\n");
#endif