From 145d526df4bccec222f0f6f99b3fde56a1dad4c0 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 27 Apr 2010 16:41:06 +0200 Subject: [PATCH] Remove two unused variables Remains from 64adc0eeba598cb1469b2140777fba30e3053f0e --- openbox/client.c | 4 ---- 1 file changed, 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; -- 2.44.0