diff options
author | infirit <[email protected]> | 2014-11-20 23:30:52 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-20 23:30:52 +0100 |
commit | 907d797ad2f9d4bfacacf01ce1153309825d49e6 (patch) | |
tree | 448cb6c8421ad6a8394ca422ff96768a63b77289 /src/fr-window.c | |
parent | 9458088ed75b38dc7cadf9dde4d2017c2ac72570 (diff) | |
download | engrampa-907d797ad2f9d4bfacacf01ce1153309825d49e6.tar.bz2 engrampa-907d797ad2f9d4bfacacf01ce1153309825d49e6.tar.xz |
Remove unused variable
Diffstat (limited to 'src/fr-window.c')
-rw-r--r-- | src/fr-window.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fr-window.c b/src/fr-window.c index 505f702..faebd29 100644 --- a/src/fr-window.c +++ b/src/fr-window.c @@ -5370,7 +5370,6 @@ fr_window_construct (FrWindow *window) GtkWidget *sidepane_title_label; GtkWidget *close_sidepane_button; GtkTreeSelection *selection; - int UNUSED_VARIABLE i; int icon_width, icon_height; GtkActionGroup *actions; GtkAction *action; |