From 2bdf0ae7dfeb55f7c1f90b3adceff14ca380e9f1 Mon Sep 17 00:00:00 2001 From: Henny022p Date: Sun, 20 Mar 2022 02:36:32 +0100 Subject: remove obsolete exit_list code from asset_processor --- tools/src/asset_processor/main.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools/src/asset_processor/main.cpp') diff --git a/tools/src/asset_processor/main.cpp b/tools/src/asset_processor/main.cpp index 1e6df2a0..2e6da1d1 100644 --- a/tools/src/asset_processor/main.cpp +++ b/tools/src/asset_processor/main.cpp @@ -1,7 +1,6 @@ #include "main.h" #include "assets/aif.h" #include "assets/animation.h" -#include "assets/exitlist.h" #include "assets/frameobjlists.h" #include "assets/gfx.h" #include "assets/midi.h" @@ -267,8 +266,6 @@ std::unique_ptr getAssetHandlerByType(const std::filesystem::path& pa assetHandler = std::make_unique(path, start, size, asset); } else if (type == "sprite_frame") { assetHandler = std::make_unique(path, start, size, asset); - } else if (type == "exit_list") { - assetHandler = std::make_unique(path, start, size, asset); } else if (type == "frame_obj_lists") { assetHandler = std::make_unique(path, start, size, asset); } else if (type == "midi") { -- cgit v1.2.3