diff options
author | Robert Pösel <robyer@seznam.cz> | 2016-08-17 12:53:06 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2016-08-17 12:53:06 +0000 |
commit | 0a82846a9176641fbb556cb96ff745bbf0cdda37 (patch) | |
tree | 035cdd67a39cecfd6ef7a0454c9e8e6a773e42d0 /protocols/FacebookRM/src/constants.h | |
parent | d1ff6d1f09cc8f24993060d03e9e20cc855c2bb7 (diff) |
Facebook: Remove option "Load last messages (24 hours old)" as it doesn't work anymore
git-svn-id: http://svn.miranda-ng.org/main/trunk@17190 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/constants.h')
-rw-r--r-- | protocols/FacebookRM/src/constants.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/constants.h b/protocols/FacebookRM/src/constants.h index 378ad30cf0..bc90d50636 100644 --- a/protocols/FacebookRM/src/constants.h +++ b/protocols/FacebookRM/src/constants.h @@ -91,7 +91,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEFAULT_LOAD_PAGES 0
#define DEFAULT_KEEP_UNREAD 0
#define DEFAULT_FILTER_ADS 0
-#define DEFAULT_LOGIN_SYNC 0
#define DEFAULT_MESSAGES_ON_OPEN 0
#define DEFAULT_MESSAGES_ON_OPEN_COUNT 10
#define DEFAULT_HIDE_CHATS 0
|