diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2010-04-27 16:41:06 +0200 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2010-04-28 12:58:45 -0400 |
| commit | 145d526df4bccec222f0f6f99b3fde56a1dad4c0 (patch) | |
| tree | f451850c14f85511e1c740602f00a8d85d16ebdb /openbox | |
| parent | 5e424b81d24d82f7584ea175cd6579baba3695d7 (diff) | |
Remove two unused variables
Remains from 64adc0eeba598cb1469b2140777fba30e3053f0e
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/client.c | 4 |
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; |
