summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-12-31 22:38:03 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-12-31 22:38:03 +0000
commit91c9c024cc60f2af401f5b807ef5187448f263b3 (patch)
treeb5d57cc7ae1f849fc2c661f71656f958613c2438
parent1d7be18b0dc37f0d96af53779a750a3d8b43189e (diff)
STR 2499: remove unused function prototypes in Fl_Text_Buffer.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8148 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--FL/Fl_Text_Buffer.H14
1 files changed, 0 insertions, 14 deletions
diff --git a/FL/Fl_Text_Buffer.H b/FL/Fl_Text_Buffer.H
index 14710d8c9..49a55bee1 100644
--- a/FL/Fl_Text_Buffer.H
+++ b/FL/Fl_Text_Buffer.H
@@ -646,13 +646,6 @@ public:
int prev_char_clipped(int ix) const;
/**
- Returns a pointer to the previous character.
- \param c pointer to the current char
- */
- char *prev_char(char *c) const;
- const char *prev_char(const char *c) const;
-
- /**
Returns the index of the next character.
\param ix index to the current char
*/
@@ -660,13 +653,6 @@ public:
int next_char_clipped(int ix) const;
/**
- Returns a pointer to the next character.
- \param c pointer to the current char
- */
- char *next_char(char *c) const;
- const char *next_char(const char *c) const;
-
- /**
Align an index into the buffer to the current or previous utf8 boundary.
*/
int utf8_align(int) const;