From 01b08357973d7b6211228bf020b70cfcccc593f8 Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Mon, 26 Feb 2018 00:15:38 -0700 Subject: [PATCH] pandabase: Remove reference to DIRECTORY_DLLS Nothing defines this under any circumstances. Also this moves the various component EXPCLs and EXPTPs within the include guard of the entire header. --- panda/src/pandabase/pandasymbols.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/panda/src/pandabase/pandasymbols.h b/panda/src/pandabase/pandasymbols.h index cc02ff0e12..6c817f56bd 100644 --- a/panda/src/pandabase/pandasymbols.h +++ b/panda/src/pandabase/pandasymbols.h @@ -326,12 +326,6 @@ #define INLINE_GUI INLINE #define INLINE_AUDIO INLINE -#endif - - -#if defined(DIRECTORY_DLLS) - -#else #define EXPCL_PANDA_PGRAPH EXPCL_PANDA #define EXPTP_PANDA_PGRAPH EXPTP_PANDA