aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEditBase/PlatQt.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt/ScintillaEditBase/PlatQt.h')
-rw-r--r--qt/ScintillaEditBase/PlatQt.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/qt/ScintillaEditBase/PlatQt.h b/qt/ScintillaEditBase/PlatQt.h
index ae9a015bc..6749c4b0f 100644
--- a/qt/ScintillaEditBase/PlatQt.h
+++ b/qt/ScintillaEditBase/PlatQt.h
@@ -18,9 +18,7 @@
#include <QPainter>
#include <QHash>
-#ifdef SCI_NAMESPACE
namespace Scintilla {
-#endif
const char *CharacterSetID(int characterSet);
@@ -125,8 +123,6 @@ public:
QPainter *GetPainter();
};
-#ifdef SCI_NAMESPACE
}
-#endif
#endif