diff options
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 7334ddf262..628e5e6895 100644 --- a/protocols/FacebookRM/src/constants.h +++ b/protocols/FacebookRM/src/constants.h @@ -117,7 +117,6 @@ enum RequestType { REQUEST_THREAD_INFO, // getting thread info
REQUEST_UNREAD_THREADS, // getting unread threads
- REQUEST_UNREAD_MESSAGES, // getting unread messages
REQUEST_ASYNC, // marking messages read and getting other things
REQUEST_MARK_READ, // marking messages read (new)
};
|