summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbox/client.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/openbox/client.c b/openbox/client.c
index 0a32621e..0a150fc3 100644
--- a/openbox/client.c
+++ b/openbox/client.c
@@ -2488,10 +2488,6 @@ gboolean client_is_oldfullscreen(const ObClient *self,
static ObStackingLayer calc_layer(ObClient *self)
{
ObStackingLayer l;
- const Rect *monitor, *allmonitors;
-
- monitor = screen_physical_area_monitor(client_monitor(self));
- allmonitors = screen_physical_area_all_monitors();
if (self->type == OB_CLIENT_TYPE_DESKTOP)
l = OB_STACKING_LAYER_DESKTOP;