summaryrefslogtreecommitdiff
path: root/plugins/StatusPlugins/commonstatus.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-19 08:07:55 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-19 08:07:55 +0000
commitf45207c731e8d472f57143fb3d152a06ee7bd1f0 (patch)
tree4e1b1572c0642e5332634168a4a394c567b22cd4 /plugins/StatusPlugins/commonstatus.cpp
parent08dc125be616458112368e7154b29d5d23f1126e (diff)
NAS support completely removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@1034 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StatusPlugins/commonstatus.cpp')
-rw-r--r--plugins/StatusPlugins/commonstatus.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/plugins/StatusPlugins/commonstatus.cpp b/plugins/StatusPlugins/commonstatus.cpp
index cb5f9ea9c5..3c7ca4251f 100644
--- a/plugins/StatusPlugins/commonstatus.cpp
+++ b/plugins/StatusPlugins/commonstatus.cpp
@@ -292,12 +292,7 @@ INT_PTR SetStatusEx(WPARAM wParam, LPARAM lParam)
// set status message first
if ( b_Caps1 && b_Caps3 )
SetStatusMsg( protoSettings[i], newstatus );
-
- // set the status
- if ( newstatus != oldstatus && !(b_Caps1 && b_Caps3 && ServiceExists( MS_NAS_SETSTATE ))) {
- log_debugA("CommonStatus sets status for %s to %d", szProto, newstatus);
- CallProtoService(szProto, PS_SETSTATUS, (WPARAM)newstatus, 0);
- } }
+ }
if ( globStatus != 0 ) {
if ( !ServiceExists( MS_CLIST_SETSTATUSMODE )) {