]> Dogcows Code - chaz/openbox/commitdiff
rm the unused vars
authorDana Jansens <danakj@orodu.net>
Sun, 13 Apr 2003 21:48:10 +0000 (21:48 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 13 Apr 2003 21:48:10 +0000 (21:48 +0000)
openbox/client.c

index 63619e71e0a82100c7cba994c33d74ab3410eca2..055558e2b03868f3c4d214a2b6b5e1bf6942329c 100644 (file)
@@ -1303,8 +1303,6 @@ static Client *search_focus_tree(Client *node, Client *skip)
 void client_calc_layer(Client *self)
 {
     StackLayer l;
-    gboolean fs;
-    Client *c;
 
     if (self->iconic) l = Layer_Icon;
     /* fullscreen windows are only in the fullscreen layer while focused */
This page took 0.029685 seconds and 4 git commands to generate.