diff options
Diffstat (limited to 'SwifTools/Notifier/SnarlNotifier.h')
-rw-r--r-- | SwifTools/Notifier/SnarlNotifier.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/SwifTools/Notifier/SnarlNotifier.h b/SwifTools/Notifier/SnarlNotifier.h index 0fad5c7..83d4715 100644 --- a/SwifTools/Notifier/SnarlNotifier.h +++ b/SwifTools/Notifier/SnarlNotifier.h @@ -25,8 +25,6 @@ namespace Swift { void handleMessageReceived(MSG* message); private: - static const int STATUS_NOTIFICATION_TIMEOUT = 3; - static const int MESSAGE_NOTIFICATION_TIMEOUT = 5; Snarl::SnarlInterface snarl; Win32NotifierWindow* window; typedef std::map<int, boost::function<void()> > NotificationsMap; |