aboutsummaryrefslogtreecommitdiff
path: root/src/textadept.h
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2008-06-15 14:14:58 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2008-06-15 14:14:58 -0400
commitd741a151010a14da3fec3ba2a7279f46125d8db2 (patch)
tree2448c55d3651be69cd1bc6962005f36026dbc32d /src/textadept.h
parent460847daf161c77c0b7621bb040c964302b72527 (diff)
downloadtextadept-d741a151010a14da3fec3ba2a7279f46125d8db2.tar.gz
textadept-d741a151010a14da3fec3ba2a7279f46125d8db2.zip
Eliminated build warnings.
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();