summaryrefslogtreecommitdiffstats
path: root/src/WebAdmin.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-08-13 13:22:26 +0200
committerMattes D <github@xoft.cz>2014-08-13 13:22:26 +0200
commit6f1fa8f26f3a48fca08a8535fedea9706e3e3145 (patch)
tree5e84c171c98c3dd49f012733032dd83e0c712a39 /src/WebAdmin.h
parentMerge pull request #1296 from mc-server/LuaAPI (diff)
parentFixed shadowing variable (diff)
downloadcuberite-6f1fa8f26f3a48fca08a8535fedea9706e3e3145.tar
cuberite-6f1fa8f26f3a48fca08a8535fedea9706e3e3145.tar.gz
cuberite-6f1fa8f26f3a48fca08a8535fedea9706e3e3145.tar.bz2
cuberite-6f1fa8f26f3a48fca08a8535fedea9706e3e3145.tar.lz
cuberite-6f1fa8f26f3a48fca08a8535fedea9706e3e3145.tar.xz
cuberite-6f1fa8f26f3a48fca08a8535fedea9706e3e3145.tar.zst
cuberite-6f1fa8f26f3a48fca08a8535fedea9706e3e3145.zip
Diffstat (limited to 'src/WebAdmin.h')
-rw-r--r--src/WebAdmin.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/WebAdmin.h b/src/WebAdmin.h
index f48e8ce9e..aefc1d145 100644
--- a/src/WebAdmin.h
+++ b/src/WebAdmin.h
@@ -208,9 +208,6 @@ protected:
/** The HTTP server which provides the underlying HTTP parsing, serialization and events */
cHTTPServer m_HTTPServer;
-
- AString GetTemplate(void);
-
/** Handles requests coming to the "/webadmin" or "/~webadmin" URLs */
void HandleWebadminRequest(cHTTPConnection & a_Connection, cHTTPRequest & a_Request);