From 91c9c024cc60f2af401f5b807ef5187448f263b3 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 31 Dec 2010 22:38:03 +0000 Subject: 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 --- FL/Fl_Text_Buffer.H | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'FL/Fl_Text_Buffer.H') 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 @@ -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. */ -- cgit v1.2.3