From 87c6cefc1940a8d8e4e02f842bdbfc4bf05e3e37 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Tue, 12 Aug 2014 16:17:39 +0200 Subject: [PATCH] Remove dead assignment `entries_modified` global is only used by on_name_entry_changed() and on_entries_changed(), both of which are only ever called from project_new() scope -- which already initializes this variable. --- src/project.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/project.c b/src/project.c index a1b7d5aed..e43483c46 100644 --- a/src/project.c +++ b/src/project.c @@ -509,8 +509,6 @@ static void show_project_properties(gboolean show_build) g_return_if_fail(app->project != NULL); - entries_modified = FALSE; - if (e.dialog == NULL) create_properties_dialog(&e); -- 2.11.4.GIT