summaryrefslogtreecommitdiff
path: root/capplet
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-11-07 13:14:44 +0100
committerinfirit <[email protected]>2014-11-07 14:31:51 +0100
commit2983b896864b9f004cadb5615eee3bd397f04633 (patch)
treef8af2cd0448c472636efc3289dfd989798d15be6 /capplet
parentf44eb4db20fb1daff521deb742c1a4e88db3832a (diff)
downloadmate-session-manager-2983b896864b9f004cadb5615eee3bd397f04633.tar.bz2
mate-session-manager-2983b896864b9f004cadb5615eee3bd397f04633.tar.xz
capplet: remove unused variable
Diffstat (limited to 'capplet')
-rw-r--r--capplet/gsm-app-dialog.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/capplet/gsm-app-dialog.c b/capplet/gsm-app-dialog.c
index c544783..5044927 100644
--- a/capplet/gsm-app-dialog.c
+++ b/capplet/gsm-app-dialog.c
@@ -479,7 +479,6 @@ gsm_app_dialog_run (GsmAppDialog *dialog,
GError *error;
char **argv;
int argc;
- gboolean UNUSED_VARIABLE changed;
name = gsm_app_dialog_get_name (GSM_APP_DIALOG (dialog));
exec = gsm_app_dialog_get_command (GSM_APP_DIALOG (dialog));
@@ -520,8 +519,6 @@ gsm_app_dialog_run (GsmAppDialog *dialog,
continue;
}
- changed = FALSE;
-
if (gsm_util_text_is_blank (name)) {
name = argv[0];
}