diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-10-11 16:53:31 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-10-11 16:53:31 +0000 |
commit | 417f379ff9bb90e918549379c2ddbf06d46ddb1d (patch) | |
tree | 400909289ef46cb7491c4657cdf960b49f45b0ee /protocols/FacebookRM/src/db.h | |
parent | bbbecb94d2572634efd9d63916070aa7d7950c9b (diff) |
removed obsolete option
git-svn-id: http://svn.miranda-ng.org/main/trunk@6444 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/db.h')
-rw-r--r-- | protocols/FacebookRM/src/db.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/db.h b/protocols/FacebookRM/src/db.h index 65538d2f16..28cb5555d1 100644 --- a/protocols/FacebookRM/src/db.h +++ b/protocols/FacebookRM/src/db.h @@ -39,7 +39,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define FACEBOOK_KEY_FORCE_HTTPS "ForceHTTPS"
#define FACEBOOK_KEY_FORCE_HTTPS_CHANNEL "ForceHTTPSChannel"
#define FACEBOOK_KEY_SET_MIRANDA_STATUS "SetMirandaStatus"
-#define FACEBOOK_KEY_LOGGING_ENABLE "LoggingEnable"
#define FACEBOOK_KEY_SYSTRAY_NOTIFY "UseSystrayNotify"
#define FACEBOOK_KEY_DISABLE_STATUS_NOTIFY "DisableStatusNotify"
#define FACEBOOK_KEY_BIG_AVATARS "UseBigAvatars"
|