aboutsummaryrefslogtreecommitdiff
path: root/src/textadept.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/textadept.h')
-rw-r--r--src/textadept.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/textadept.h b/src/textadept.h
index aae1fd8a..ac845e01 100644
--- a/src/textadept.h
+++ b/src/textadept.h
@@ -31,12 +31,6 @@ static long SS(ScintillaObject *sci, unsigned int msg, unsigned long wParam=0,
long lParam=0) {
return scintilla_send_message(sci, msg, wParam, lParam);
}
-static long SSS(ScintillaObject *sci, unsigned int msg, const char *wParam=0,
- const char *lParam=0) {
- return scintilla_send_message(sci, msg, reinterpret_cast<long>(wParam),
- reinterpret_cast<long>(lParam));
-}
-static void warn(const char *s) { printf("Warning: %s\n", s); }
// textadept.c
void create_ui();