summaryrefslogtreecommitdiffstats
path: root/game/server
diff options
context:
space:
mode:
Diffstat (limited to 'game/server')
-rw-r--r--game/server/main.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/game/server/main.cc b/game/server/main.cc
index e25a457..b3caf36 100644
--- a/game/server/main.cc
+++ b/game/server/main.cc
@@ -4,7 +4,6 @@
#include "core/io/cmdline.hh"
#include "core/io/config_map.hh"
#include "core/math/constexpr.hh"
-#include "core/resource/binfile.hh"
#include "core/resource/image.hh"
#include "core/resource/resource.hh"
#include "core/utils/epoch.hh"
@@ -46,7 +45,6 @@ int main(int argc, char** argv)
std::signal(SIGINT, &on_termination_signal);
std::signal(SIGTERM, &on_termination_signal);
- BinFile::register_resource();
Image::register_resource();
server_game::init();