summaryrefslogtreecommitdiffhomepage
path: root/src/fixes.h
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2022-05-19 12:51:06 +0100
committerMichael Smith <mikesmiffy128@gmail.com>2022-05-19 12:57:55 +0100
commitc83de76ad2f59927cf01bcfbae18a5d598159bb7 (patch)
tree5b1ba849cf2f710be0e57e6a55c00c2871cc9cf1 /src/fixes.h
parentfb9720610488c2d8da1bd77739b01d8275735b49 (diff)
Properly solve load order issues via deferred init
Diffstat (limited to 'src/fixes.h')
-rw-r--r--src/fixes.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/fixes.h b/src/fixes.h
index 54d8d06..ae863a8 100644
--- a/src/fixes.h
+++ b/src/fixes.h
@@ -20,11 +20,4 @@
*/
void fixes_apply(void);
-/*
- * Applies specific fixes *again*, in cases where they wouldn't work very early
- * in game startup (like if the plugin is loaded via VDF). Isn't guaranteed to
- * be called if the plugin is loaded later, so must do things redundantly.
- */
-void fixes_tryagainlater(void);
-
// vi: sw=4 ts=4 noet tw=80 cc=80