aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/AutoComplete.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/AutoComplete.h')
-rw-r--r--src/AutoComplete.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/AutoComplete.h b/src/AutoComplete.h
index 17998657b..2d957f6e5 100644
--- a/src/AutoComplete.h
+++ b/src/AutoComplete.h
@@ -8,9 +8,7 @@
#ifndef AUTOCOMPLETE_H
#define AUTOCOMPLETE_H
-#ifdef SCI_NAMESPACE
namespace Scintilla {
-#endif
/**
*/
@@ -88,8 +86,6 @@ public:
void Select(const char *word);
};
-#ifdef SCI_NAMESPACE
}
-#endif
#endif