diff options
author | portix <portix@gmx.net> | 2013-05-27 19:43:20 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2013-05-27 19:43:20 +0200 |
commit | 29c387a179be0414eaa0d3ef2d3127c20d571151 (patch) | |
tree | a8c66ef350f18852e97e9c927cc4de53b8e75200 | |
parent | 74ee3dfc7cbb42c96a626836832e2eb7adf7dc12 (diff) | |
download | dwb-29c387a179be0414eaa0d3ef2d3127c20d571151.zip |
Removing unused variable
-rw-r--r-- | src/dwb.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2161,7 +2161,6 @@ dwb_update_hints(GdkEventKey *e) char *val; gboolean ret = false; char json[BUFFER_LENGTH] = {0}; - const char *text; char *escaped; if (IS_RETURN_KEY(e)) |