aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/export_object_dlg.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2012-12-22 21:14:13 +0000
committerEvan Huus <eapache@gmail.com>2012-12-22 21:14:13 +0000
commit52aff57285693a6f56ada90359cf71b6b894b01e (patch)
tree6f242d491c9f66bd70335482478aad9684219b8a /ui/gtk/export_object_dlg.c
parentd9cca759e53f9f6428d1b3427d31d06e7f82c9e2 (diff)
Remove unneeded initializations, and one redundant if condition.
svn path=/trunk/; revision=46702
Diffstat (limited to 'ui/gtk/export_object_dlg.c')
-rw-r--r--ui/gtk/export_object_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/export_object_dlg.c b/ui/gtk/export_object_dlg.c
index 5e5177a880..6b49bbb943 100644
--- a/ui/gtk/export_object_dlg.c
+++ b/ui/gtk/export_object_dlg.c
@@ -137,7 +137,7 @@ eo_save_clicked_cb(GtkWidget *widget _U_, gpointer arg)
{
GtkWidget *save_as_w;
export_object_list_t *object_list = arg;
- export_object_entry_t *entry = NULL;
+ export_object_entry_t *entry;
gchar *filename = NULL;
entry = g_slist_nth_data(object_list->entries,