aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Logging/Log.h
diff options
context:
space:
mode:
authorXanadu <none@none>2010-06-22 02:53:04 +0200
committerXanadu <none@none>2010-06-22 02:53:04 +0200
commitc9b20170a34feeaae4d57c6feba374b653223824 (patch)
tree452f4dddd8c702e4e737891b5b93a630776b4903 /src/server/shared/Logging/Log.h
parent06ef6e2553a76bd9be2562d89a1128e840a290c8 (diff)
Cleanup of logging - removed a few duplicit functions from olden times, fixed a typo.
--HG-- branch : trunk
Diffstat (limited to 'src/server/shared/Logging/Log.h')
-rw-r--r--src/server/shared/Logging/Log.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/server/shared/Logging/Log.h b/src/server/shared/Logging/Log.h
index deb6c55e4e0..53ce4e601b5 100644
--- a/src/server/shared/Logging/Log.h
+++ b/src/server/shared/Logging/Log.h
@@ -180,11 +180,5 @@ class Log : public Trinity::Singleton<Log, Trinity::ClassLevelLockable<Log, ACE_
#define DEBUG_LOG
#endif
-// primary for script library
-void outstring_log(const char * str, ...) ATTR_PRINTF(1,2);
-void detail_log(const char * str, ...) ATTR_PRINTF(1,2);
-void debug_log(const char * str, ...) ATTR_PRINTF(1,2);
-void error_log(const char * str, ...) ATTR_PRINTF(1,2);
-void error_db_log(const char * str, ...) ATTR_PRINTF(1,2);
#endif