summaryrefslogtreecommitdiff
path: root/src/common/core.c
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-01 01:33:37 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-01 01:33:37 +0000
commit7e7936b1f7c632cfd05fa005e2853f10f899524b (patch)
tree7611bb87d6042a1f3893ad8fe694d9a09ae6a82f /src/common/core.c
parentdfbd9a3b2e2ba9d87e4bbad431106a1a97b45baa (diff)
downloadhercules-7e7936b1f7c632cfd05fa005e2853f10f899524b.tar.gz
hercules-7e7936b1f7c632cfd05fa005e2853f10f899524b.tar.bz2
hercules-7e7936b1f7c632cfd05fa005e2853f10f899524b.tar.xz
hercules-7e7936b1f7c632cfd05fa005e2853f10f899524b.zip
Removed graph, httpd and webserver
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9757 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/core.c')
-rw-r--r--src/common/core.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/core.c b/src/common/core.c
index b5db552e6..f0ab846d1 100644
--- a/src/common/core.c
+++ b/src/common/core.c
@@ -19,7 +19,6 @@
#include "../common/db.h"
#include "../common/socket.h"
#include "../common/timer.h"
-#include "../common/graph.h"
#include "../common/plugins.h"
#endif
@@ -258,7 +257,6 @@ int main (int argc, char **argv)
plugins_init();
do_init(argc,argv);
- graph_init();
plugin_event_trigger(EVENT_ATHENA_INIT);
{// Main runtime cycle
@@ -273,7 +271,6 @@ int main (int argc, char **argv)
}
plugin_event_trigger(EVENT_ATHENA_FINAL);
- graph_final();
do_final();
timer_final();