]> git.lizzy.rs Git - irrlicht.git/blobdiff - source/Irrlicht/BuiltInFont.h
Drop obsolete configuration macros
[irrlicht.git] / source / Irrlicht / BuiltInFont.h
index 467a49d1f36b7b1096d22dc5b82e43463745c450..be3a7f9312c3931bed5ecaf3b49bc7375cb5d524 100644 (file)
@@ -6,7 +6,6 @@
 #define __BUILD_IN_FONT_H_INCLUDED__\r
 \r
 #include "IrrCompileConfig.h"\r
-#ifdef _IRR_COMPILE_WITH_GUI_\r
 \r
 // header file generated by Bin2H, copyright 2002 by N.Gebhardt.\r
 // Bin2H is Freeware. Download it freely from www.code3d.com.\r
@@ -16,7 +15,6 @@ namespace irr
 {\r
 namespace gui\r
 {\r
-#ifdef _IRR_COMPILE_WITH_BMP_LOADER_\r
 const u8 BuiltInFontData[] =\r
 {\r
        0x42, 0x4d, 0x4a, 0x20, 0x00, 0x00, 0x00, 0x00,\r
@@ -1056,20 +1054,7 @@ const u8 BuiltInFontData[] =
 };\r
 \r
        const u32 BuiltInFontDataSize = sizeof(BuiltInFontData);\r
-\r
-#else // !defined(_IRR_COMPILE_WITH_BMP_LOADER_)\r
-\r
-       // built-in font cannot be loaded if there is no BMP loader\r
-\r
-       const u8 * const BuiltInFontData=0;\r
-\r
-       const u32 BuiltInFontDataSize = 0;\r
-\r
-#endif\r
 } // end namespace gui\r
 } // end namespace irr\r
 \r
-#endif // _IRR_COMPILE_WITH_GUI_\r
-\r
 #endif\r
-\r