From: Mikael Magnusson Date: Tue, 27 Apr 2010 14:41:06 +0000 (+0200) Subject: Remove two unused variables X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=145d526df4bccec222f0f6f99b3fde56a1dad4c0;hp=5e424b81d24d82f7584ea175cd6579baba3695d7;p=chaz%2Fopenbox Remove two unused variables Remains from 64adc0eeba598cb1469b2140777fba30e3053f0e --- 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;