From 464c9398ae49d8faae46f81fb7040155408858f7 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 30 Aug 2023 23:18:38 +0100 Subject: Perform very minor load/unload optimisations Because why not. --- src/sst.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/sst.h') diff --git a/src/sst.h b/src/sst.h index f7e4bb4..43a56b7 100644 --- a/src/sst.h +++ b/src/sst.h @@ -33,7 +33,6 @@ extern void *clientlib; /* occasionally useful: quick query to determine how sst was loaded */ extern bool sst_earlyloaded; /* similar query for how we are being unloaded - ONLY valid during unload */ -// TODO(opt): we can skip a whole bunch of cleanup when exiting the game! extern bool sst_userunloaded; #endif -- cgit v1.2.3