aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/KeyMap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/KeyMap.h')
-rw-r--r--src/KeyMap.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/KeyMap.h b/src/KeyMap.h
index 7c4f80720..08f6c4ef7 100644
--- a/src/KeyMap.h
+++ b/src/KeyMap.h
@@ -8,9 +8,7 @@
#ifndef KEYMAP_H
#define KEYMAP_H
-#ifdef SCI_NAMESPACE
namespace Scintilla {
-#endif
#define SCI_NORM 0
#define SCI_SHIFT SCMOD_SHIFT
@@ -60,8 +58,6 @@ public:
unsigned int Find(int key, int modifiers) const; // 0 returned on failure
};
-#ifdef SCI_NAMESPACE
}
-#endif
#endif