[smuxi: 100/179] Engine(-Twitter): fix warnings



commit 566e9a17e464d180a8dec7516cf49fa7313d0184
Author: Andres G. Aragoneses <knocte gmail com>
Date:   Tue Oct 18 12:26:05 2016 +0800

    Engine(-Twitter): fix warnings

 .../Protocols/Twitter/TwitterProtocolManager.cs    |    1 -
 src/Engine/Session.cs                              |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/Engine-Twitter/Protocols/Twitter/TwitterProtocolManager.cs 
b/src/Engine-Twitter/Protocols/Twitter/TwitterProtocolManager.cs
index 5357418..72660ec 100644
--- a/src/Engine-Twitter/Protocols/Twitter/TwitterProtocolManager.cs
+++ b/src/Engine-Twitter/Protocols/Twitter/TwitterProtocolManager.cs
@@ -62,7 +62,6 @@ namespace Smuxi.Engine
         Thread                  f_UpdateFriendsTimelineThread;
         int                     f_UpdateFriendsTimelineInterval = 120;
         decimal                 f_LastFriendsTimelineStatusID;
-        DateTime                f_LastFriendsUpdate;
 
         GroupChatModel          f_RepliesChat;
         Thread                  f_UpdateRepliesThread;
diff --git a/src/Engine/Session.cs b/src/Engine/Session.cs
index 9cd9fd4..a46ed72 100644
--- a/src/Engine/Session.cs
+++ b/src/Engine/Session.cs
@@ -52,7 +52,6 @@ namespace Smuxi.Engine
         private UserConfig                            _UserConfig;
         private FilterListController                  _FilterListController;
         private ICollection<FilterModel>              _Filters;
-        private bool                                  _OnStartupCommandsProcessed;
         Timer NewsFeedTimer { get; set; }
         List<string> SeenNewsFeedIds { get; set; }
         DateTime NewsFeedLastModified { get; set; }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]