diff options
author | monsta <[email protected]> | 2016-01-10 00:22:44 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-01-10 00:22:44 +0300 |
commit | 258ac9ebdc308d51bbb328c6a6b70ac554ee94b5 (patch) | |
tree | f067700b968fe431cc9bf314df374acbc2204da4 | |
parent | e528903ed141f0a85e7c1ebb78d49d175214aa0d (diff) | |
download | mate-settings-daemon-258ac9ebdc308d51bbb328c6a6b70ac554ee94b5.tar.bz2 mate-settings-daemon-258ac9ebdc308d51bbb328c6a6b70ac554ee94b5.tar.xz |
daemon: remove unused variable
-rw-r--r-- | mate-settings-daemon/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mate-settings-daemon/main.c b/mate-settings-daemon/main.c index 4d90346..da87c36 100644 --- a/mate-settings-daemon/main.c +++ b/mate-settings-daemon/main.c @@ -280,10 +280,6 @@ on_term_signal_pipe_closed (GIOChannel *source, GIOCondition condition, gpointer data) { - MateSettingsManager *manager; - - manager = MATE_SETTINGS_MANAGER (data); - term_signal_pipe_fds[0] = -1; /* Got SIGTERM, time to clean up and get out |