diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-09 03:59:57 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-09 03:59:57 +0000 |
| commit | 65eb46bd1f1f6c97cf1ff9506dd65792303a7ed4 (patch) | |
| tree | 976ccce1f61453f137b3ee56c35eec9d814607ca | |
| parent | a76e91eb2a514dbd35ad9a9a81308acc7fc5bd89 (diff) | |
unused variable
| -rw-r--r-- | openbox/client_menu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openbox/client_menu.c b/openbox/client_menu.c index dd9fe33e..35acd4fd 100644 --- a/openbox/client_menu.c +++ b/openbox/client_menu.c @@ -104,7 +104,6 @@ static void client_menu_execute(ObMenuEntry *e, ObMenuFrame *f, ObClient *c, guint state, gpointer data, Time time) { - GList *it; gint x, y; g_assert(c); |
