diff options
author | George Hazan <george.hazan@gmail.com> | 2014-02-02 09:26:31 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-02-02 09:26:31 +0000 |
commit | 5abedf89d15719fb5e2ba394363ad85264ac2f58 (patch) | |
tree | 3e2ef29c0621b58aa2be4a4397885642d7da3a60 /protocols/MRA/src/Mra_svcs.cpp | |
parent | 549f44877c47973ba428f5cc0ad51e61f8a972da (diff) |
the better way of processing MRA Mobile status (patch by Thug, modified)
git-svn-id: http://svn.miranda-ng.org/main/trunk@7999 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MRA/src/Mra_svcs.cpp')
-rw-r--r-- | protocols/MRA/src/Mra_svcs.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/MRA/src/Mra_svcs.cpp b/protocols/MRA/src/Mra_svcs.cpp index e32e3b4d82..50f8923fbd 100644 --- a/protocols/MRA/src/Mra_svcs.cpp +++ b/protocols/MRA/src/Mra_svcs.cpp @@ -59,7 +59,6 @@ const LPSTR lpcszStatusUri[] = "status_51",
"status_52",
"status_53",
- "status_dating",
"status_mobile",
NULL
};
@@ -115,8 +114,6 @@ const LPWSTR lpcszXStatusNameDef[] = LPGENT("Squirrel"),
LPGENT("Star"),
LPGENT("Music"),
- LPGENT("Dating"),
- LPGENT("Mobile"),
NULL
};
|