diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-07-31 22:21:00 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-07-31 22:21:00 -0700 |
commit | 4c2ff3f0a6bae8b369dfb74267f7fa52d511dfb2 (patch) | |
tree | d1dd325a909517fc5ed81739dd88cdfb458c140b /src/session.c | |
parent | ca038999b5c1387f3aa19baeafc81a27563631b1 (diff) |
Remove unused global variable gotFirstSave
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/session.c')
-rw-r--r-- | src/session.c | 1 |
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 |