diff options
author | Neil <devnull@localhost> | 2015-12-15 21:37:18 +1100 |
---|---|---|
committer | Neil <devnull@localhost> | 2015-12-15 21:37:18 +1100 |
commit | 6c9565b07a123e815acb0acffb6f269119cb77cc (patch) | |
tree | 8ba18d653e833b1cd4fbb600008271488ff2db64 /gtk | |
parent | cc984ff6b1eaa5a653a85b3dfbb712363170bfec (diff) | |
download | scintilla-mirror-6c9565b07a123e815acb0acffb6f269119cb77cc.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')
-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(); } |