From d46b3431b4424f0ada6bd4cfc2b067baeb0c9efc Mon Sep 17 00:00:00 2001 From: dolphin6k Date: Mon, 13 Nov 2023 22:15:26 +0900 Subject: [PATCH] Revert "Load plugins only from global plugin directory on Windows." This reverts commit 44c8efc115e969d6ef3bee50aae2136fef83f635. --- src/tuxpaint.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index ffa522203..cc0cb95a8 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -21381,11 +21381,7 @@ static void load_magic_plugins(void) num_magics[i] = 0; num_magics_total = 0; -#ifdef WIN32 - for (plc = 0; plc < MAGIC_PLACE_LOCAL; plc++) -#else for (plc = 0; plc < NUM_MAGIC_PLACES; plc++) -#endif { if (plc == MAGIC_PLACE_GLOBAL) {