diff options
author | 2008-06-15 14:14:58 -0400 | |
---|---|---|
committer | 2008-06-15 14:14:58 -0400 | |
commit | d741a151010a14da3fec3ba2a7279f46125d8db2 (patch) | |
tree | 2448c55d3651be69cd1bc6962005f36026dbc32d /src/textadept.h | |
parent | 460847daf161c77c0b7621bb040c964302b72527 (diff) | |
download | textadept-d741a151010a14da3fec3ba2a7279f46125d8db2.tar.gz textadept-d741a151010a14da3fec3ba2a7279f46125d8db2.zip |
Eliminated build warnings.
Diffstat (limited to 'src/textadept.h')
-rw-r--r-- | src/textadept.h | 6 |
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(); |