diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-12-27 22:08:47 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-12-27 22:08:47 (GMT) |
commit | d64d480cae2db95a802323408745b0d49be9c660 (patch) | |
tree | eebc3609eb05a8dbd0c209948b7be6a06dddfe9d /Swift/Controllers/MainController.h | |
parent | 08d137d71e23d8237e788750bd32ad5901058031 (diff) | |
download | swift-d64d480cae2db95a802323408745b0d49be9c660.zip swift-d64d480cae2db95a802323408745b0d49be9c660.tar.bz2 |
Removing 'force quit' timer.
Diffstat (limited to 'Swift/Controllers/MainController.h')
-rw-r--r-- | Swift/Controllers/MainController.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Swift/Controllers/MainController.h b/Swift/Controllers/MainController.h index b74b1ee..900319e 100644 --- a/Swift/Controllers/MainController.h +++ b/Swift/Controllers/MainController.h @@ -144,7 +144,6 @@ namespace Swift { UserSearchController* userSearchControllerAdd_; int timeBeforeNextReconnect_; Timer::ref reconnectTimer_; - Timer::ref quitTimer_; StatusTracker* statusTracker_; bool myStatusLooksOnline_; bool quitRequested_; |