summaryrefslogtreecommitdiff
path: root/protocols/Xfire
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Xfire')
-rw-r--r--protocols/Xfire/src/main.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/protocols/Xfire/src/main.cpp b/protocols/Xfire/src/main.cpp
index 86334fb692..b08edd0f1f 100644
--- a/protocols/Xfire/src/main.cpp
+++ b/protocols/Xfire/src/main.cpp
@@ -2380,10 +2380,6 @@ void gamedetectiont(LPVOID lparam)
{
CallService("Popup/EnableDisableMenuCommand",NULL,NULL);
}
- else if (ServiceExists("Popup/ToggleEnabled"))
- {
- CallService("Popup/ToggleEnabled",NULL,NULL);
- }
disabledpopups=FALSE;
}
//sound wieder aktivieren, nur wenn es vorher abgestellt wurde
@@ -2521,11 +2517,6 @@ void gamedetectiont(LPVOID lparam)
disabledpopups=TRUE;
CallService("Popup/EnableDisableMenuCommand",NULL,NULL);
}
- else if (ServiceExists("Popup/ToggleEnabled")&&db_get_b(NULL,"YAPP","Enabled",0)==1)
- {
- disabledpopups=TRUE;
- CallService("Popup/ToggleEnabled",NULL,NULL);
- }
}
//sound abschalten
if (db_get_b(NULL,protocolname,"nosoundev",0)&&db_get_b(NULL,"Skin","UseSound",0)==1)