aboutsummaryrefslogtreecommitdiff
path: root/src/textadept.h
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2009-07-12 12:05:10 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2009-07-12 12:05:10 -0400
commit6eb0af0fbf8c19ef9c73e6aba08e782cc7db745d (patch)
tree5f322012090e91949d16bc384ad594dd2e88a4b0 /src/textadept.h
parent8742e4b6dde051324c11d66996a0338c2eeec195 (diff)
downloadtextadept-6eb0af0fbf8c19ef9c73e6aba08e782cc7db745d.tar.gz
textadept-6eb0af0fbf8c19ef9c73e6aba08e782cc7db745d.zip
Use branded Scintilla structs to remove 'using namespace Scintilla' for OSX.
Diffstat (limited to 'src/textadept.h')
-rw-r--r--src/textadept.h4
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,