mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-29 08:38:20 +00:00
[Cleanup] Remove ExportVarComplex() from embparser.cpp/embparser.h (#3282)
# Notes - This is unused.
This commit is contained in:
@@ -145,7 +145,6 @@ private:
|
||||
void ExportVar(const char *pkgprefix, const char *varname, uint32 value);
|
||||
void ExportVar(const char *pkgprefix, const char *varname, float value);
|
||||
void ExportVar(const char* pkgprefix, const char* varname, const char* classname, void* value);
|
||||
void ExportVarComplex(const char *pkgprefix, const char *varname, const char *value);
|
||||
|
||||
int EventCommon(
|
||||
QuestEventID event,
|
||||
|
||||
Reference in New Issue
Block a user