summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2015-02-18 13:42:04 -0500
committerRay Strode <rstrode@redhat.com>2015-02-18 14:14:08 -0500
commitb88aa0a9b2b97eddf0cf73f67c650baf96d78710 (patch)
tree12218078de8e9e6a39c555bb78e3d0a0fd7053cf
parent55ac8648c3ab407964cb4dd2599c9507e5c1454d (diff)
downloadgnome-session-b88aa0a9b2b97eddf0cf73f67c650baf96d78710.tar.gz
app: drop unused variable from state struct
https://bugzilla.gnome.org/show_bug.cgi?id=744752
-rw-r--r--gnome-session/gsm-app.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnome-session/gsm-app.c b/gnome-session/gsm-app.c
index d0565975..af09352b 100644
--- a/gnome-session/gsm-app.c
+++ b/gnome-session/gsm-app.c
@@ -38,7 +38,6 @@ struct _GsmAppPrivate
char *app_id;
int phase;
char *startup_id;
- gboolean ever_started;
GTimeVal last_restart_time;
GDBusConnection *connection;
GsmExportedApp *skeleton;