diff options
Diffstat (limited to 'src/textadept.h')
-rw-r--r-- | src/textadept.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/textadept.h b/src/textadept.h index 0fd0487b..3f70202a 100644 --- a/src/textadept.h +++ b/src/textadept.h @@ -19,10 +19,6 @@ #include <lualib.h> #include <lauxlib.h> -#ifdef MAC -using namespace Scintilla; -#endif - // globals extern GtkWidget *window, *focused_editor, *command_entry, *pm_container, *pm_entry, *pm_view, *findbox, *find_entry, *replace_entry, |