aboutsummaryrefslogtreecommitdiff
path: root/src/game/ScriptMgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/ScriptMgr.h')
-rw-r--r--src/game/ScriptMgr.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/game/ScriptMgr.h b/src/game/ScriptMgr.h
index f9058ae8996..9ae6ad13103 100644
--- a/src/game/ScriptMgr.h
+++ b/src/game/ScriptMgr.h
@@ -163,15 +163,7 @@ void DoScriptText(int32 textEntry, WorldObject* pSource, Unit *pTarget = NULL);
#else
#define FUNC_PTR(name, callconvention, returntype, parameters) typedef returntype(callconvention *name)parameters;
#endif
-/*
-#ifdef WIN32
- #define TRINITY_DLL_EXPORT extern "C" __declspec(dllexport)
-#elif defined( __GNUC__ )
-#define TRINITY_DLL_EXPORT extern "C"
-#else
-#define TRINITY_DLL_EXPORT extern "C" export
-#endif
-*/
+
#define sScriptMgr Trinity::Singleton<ScriptMgr>::Instance()
#endif