aboutsummaryrefslogtreecommitdiff
path: root/src/textadept.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/textadept.h')
-rw-r--r--src/textadept.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/textadept.h b/src/textadept.h
index 1c8f0b3a..666c361d 100644
--- a/src/textadept.h
+++ b/src/textadept.h
@@ -19,13 +19,7 @@ extern "C" {
#include <lauxlib.h>
}
-#ifdef WIN32
-#include "Windows.h"
-#define strcasecmp _stricmp
-#endif
-
#ifdef MAC
-#include <Carbon/Carbon.h>
using namespace Scintilla;
#endif
@@ -34,11 +28,7 @@ extern GtkWidget *window, *focused_editor, *command_entry, *pm_container,
*pm_entry, *pm_view, *findbox, *find_entry, *replace_entry,
*fnext_button, *fprev_button, *r_button, *ra_button,
*match_case_opt, *whole_word_opt, *lua_opt, *in_files_opt;
-#if !(WIN32 || MAC)
-static const char *textadept_home = "/usr/share/textadept/";
-#else
extern char *textadept_home;
-#endif
static long SS(ScintillaObject *sci, unsigned int msg, unsigned long wParam=0,
long lParam=0) {