From 8e2d0fda7a41f314571707d800f5a3f0422e32af Mon Sep 17 00:00:00 2001 From: coco875 <59367621+coco875@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:17:37 +0100 Subject: always declare Companion* Companion::Instance --- src/main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index b5ea9fc..c5de09b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4,8 +4,6 @@ #if defined(STANDALONE) && !defined(__EMSCRIPTEN__) -Companion* Companion::Instance; - int main(int argc, char *argv[]) { CLI::App app{"Torch - [T]orch is [O]ur [R]esource [C]onversion [H]elper\n\ * It extracts from a baserom and generates code or an otr.\n\ -- cgit v1.2.3