[geany/geany] 7e732b: rewrite_reflow: Remove no longer used `sci_lines_split` function that wrapped SCI_LINESSPLIT
Eugene Arshinov
git-noreply at xxxxx
Sun Apr 21 01:45:09 UTC 2013
Branch: refs/heads/master
Author: Eugene Arshinov <earshinov at gmail.com>
Committer: elextr <elextr at gmail.com>
Date: Sun, 21 Apr 2013 01:45:09 UTC
Commit: 7e732bddc8f9d37230fce81829de1de26b0cb46d
https://github.com/geany/geany/commit/7e732bddc8f9d37230fce81829de1de26b0cb46d
Log Message:
-----------
rewrite_reflow: Remove no longer used `sci_lines_split` function that wrapped SCI_LINESSPLIT
Modified Paths:
--------------
src/sciwrappers.c
src/sciwrappers.h
Modified: src/sciwrappers.c
6 files changed, 0 insertions(+), 6 deletions(-)
===================================================================
@@ -1253,12 +1253,6 @@ gint sci_get_position_after(ScintillaObject *sci, gint start)
}
-void sci_lines_split(ScintillaObject *sci, gint pixelWidth)
-{
- SSM(sci, SCI_LINESSPLIT, (uptr_t) pixelWidth, 0);
-}
-
-
void sci_lines_join(ScintillaObject *sci)
{
SSM(sci, SCI_LINESJOIN, 0, 0);
Modified: src/sciwrappers.h
1 files changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -181,7 +181,6 @@
gint sci_get_position_after (ScintillaObject *sci, gint start);
-void sci_lines_split (ScintillaObject *sci, gint pixelWidth);
void sci_lines_join (ScintillaObject *sci);
gint sci_text_width (ScintillaObject *sci, gint styleNumber, const gchar *text);
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list