diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-08-07 02:02:09 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-08-07 02:02:09 +0000 |
commit | 28837ed04f46a04b09b035ff97e28e53af171530 (patch) | |
tree | 501cde8c194d99d826d3c8b190e4be0527aeb33e /protocols/FacebookRM/src/constants.h | |
parent | bfa54f92fa14defbb276e57ad7508bd68318f592 (diff) |
Facebook: Fix posting statuses with URLs
git-svn-id: http://svn.miranda-ng.org/main/trunk@10105 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 1f8d7df5bc..0277bdd5a4 100644 --- a/protocols/FacebookRM/src/constants.h +++ b/protocols/FacebookRM/src/constants.h @@ -112,7 +112,6 @@ enum RequestType { REQUEST_PAGES, // getting pages list
REQUEST_POST_STATUS, // posting status to our or friends's wall
- REQUEST_STATUS_COMPOSER, // posting status to our or friends's wall with url links
REQUEST_LINK_SCRAPER, // getting data for some url link
REQUEST_SEARCH, // searching
REQUEST_POKE, // sending pokes
|