diff options
author | Neil <unknown> | 2015-12-15 21:37:18 +1100 |
---|---|---|
committer | Neil <unknown> | 2015-12-15 21:37:18 +1100 |
commit | ef32e5c4565ef7faa07d443eade1a15470e6668e (patch) | |
tree | 91083acabe22e482a6be76813aac595ee2a6d534 /gtk/ScintillaGTK.cxx | |
parent | f731523ba185e94af6734102332168487c14730f (diff) | |
download | scintilla-mirror-ef32e5c4565ef7faa07d443eade1a15470e6668e.tar.gz |
Minor cleanups for GObject introspection.
Avoid doc-comment in header as they are interpreted by g-ir-scanner, fix a typo,
remove empty lines, add to change log.
Diffstat (limited to 'gtk/ScintillaGTK.cxx')
-rw-r--r-- | gtk/ScintillaGTK.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index 6a9ff2ac4..831ae5d1a 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -3065,7 +3065,6 @@ sptr_t scintilla_send_message(ScintillaObject *sci, unsigned int iMessage, uptr_ } sptr_t scintilla_object_send_message(ScintillaObject *sci, unsigned int iMessage, uptr_t wParam, sptr_t lParam) { - return scintilla_send_message(sci, iMessage, wParam, lParam); } @@ -3106,7 +3105,6 @@ GType scintilla_get_type() { } GType scintilla_object_get_type() { - return scintilla_get_type(); } @@ -3223,7 +3221,6 @@ GtkWidget* scintilla_new() { } GtkWidget *scintilla_object_new() { - return scintilla_new(); } |