Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Jemlich <pcgod@users.sourceforge.net>2011-05-16 21:51:21 +0400
committerBenjamin Jemlich <pcgod@users.sourceforge.net>2011-05-16 21:51:21 +0400
commit6a525869954988be7f7ed3e60c03fb2572844c71 (patch)
treecfaa6135e0a3868b448ce663a38055bbb1b7960d /overlay/overlay.h
parentfbeed39c02332459f511421ca3b669c3361e53c3 (diff)
Move overlay blacklist to its own file
Diffstat (limited to 'overlay/overlay.h')
-rw-r--r--overlay/overlay.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/overlay/overlay.h b/overlay/overlay.h
index 79c05bd00..4e84e1961 100644
--- a/overlay/overlay.h
+++ b/overlay/overlay.h
@@ -93,31 +93,4 @@ struct OverlayMsg {
};
};
-static const char *overlayBlacklist[] = {
- "iexplore.exe",
- "ieuser.exe",
- "vlc.exe",
- "dbgview.exe",
- "opera.exe",
- "chrome.exe",
- "acrord32.exe",
- "explorer.exe",
- "wmpnscfg.exe",
- "firefox.exe",
- "wlmail.exe", // Windows Live Suite (mshtml.dll)
- "msnmsgr.exe",
- "MovieMaker.exe",
- "WLXPhotoGallery.exe",
- "psi.exe", // Secunia PSI (uses mshtml.dll)
- "Photoshop.exe",
- "blender.exe",
- "googleearth.exe",
- "XBMC.exe", // http://xbmc.org/
- "BOXEE.exe", // http://www.boxee.tv/
- "hammer.exe", // VALVE Hammer Editor
- "hlmv.exe", // Half-Life Model Viewer
- "hlfaceposer.exe", // Face Poser (from Source SDK)
- NULL
-};
-
#endif