From 4d04009d12932270da0e492b155cb2e699389c30 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Sun, 7 Apr 2019 12:02:04 +0200 Subject: Codechange: remove #ifdef from .cpp files to exclude features With CMake, these files are simply not compiled to start with. --- src/os/windows/string_uniscribe.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/os/windows/string_uniscribe.h') diff --git a/src/os/windows/string_uniscribe.h b/src/os/windows/string_uniscribe.h index 9470b44b0..7ec7ca670 100644 --- a/src/os/windows/string_uniscribe.h +++ b/src/os/windows/string_uniscribe.h @@ -10,8 +10,6 @@ #ifndef STRING_UNISCRIBE_H #define STRING_UNISCRIBE_H -#if defined(WITH_UNISCRIBE) - #include "../../gfx_layout.h" #include "../../string_base.h" #include @@ -85,6 +83,4 @@ public: size_t Prev(IterType what) override; }; -#endif /* defined(WITH_UNISCRIBE) */ - #endif /* STRING_UNISCRIBE_H */ -- cgit v1.2.3-54-g00ecf