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
This commit is contained in:
Matthias Melcher 2010-12-31 22:38:03 +00:00
parent 1d7be18b0d
commit 91c9c024cc

View File

@ -645,13 +645,6 @@ public:
int prev_char(int ix) const;
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
@ -659,13 +652,6 @@ public:
int next_char(int ix) const;
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.
*/