summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-07-31 22:21:00 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-07-31 22:21:00 -0700
commit4c2ff3f0a6bae8b369dfb74267f7fa52d511dfb2 (patch)
treed1dd325a909517fc5ed81739dd88cdfb458c140b
parentca038999b5c1387f3aa19baeafc81a27563631b1 (diff)
Remove unused global variable gotFirstSave
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/session.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/session.c b/src/session.c
index 3898fcd..8040a51 100644
--- a/src/session.c
+++ b/src/session.c
@@ -66,7 +66,6 @@ SmcConn smcConn = NULL;
XtInputId iceInputId;
char *twm_clientId;
TWMWinConfigEntry *winConfigHead = NULL;
-Bool gotFirstSave = 0;
Bool sent_save_done = 0;
#define SAVEFILE_VERSION 2