Codechange: remove #ifdef from .cpp files to exclude features

With CMake, these files are simply not compiled to start with.
This commit is contained in:
Patric Stout
2019-04-07 12:02:04 +02:00
committed by glx22
parent 4218ebc932
commit 4d04009d12
4 changed files with 0 additions and 17 deletions

View File

@@ -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 <vector>
@@ -85,6 +83,4 @@ public:
size_t Prev(IterType what) override;
};
#endif /* defined(WITH_UNISCRIBE) */
#endif /* STRING_UNISCRIBE_H */