Author: matt
Date: 2010-12-31 14:38:03 -0800 (Fri, 31 Dec 2010)
New Revision: 8148
Log:
STR 2499: remove unused function prototypes in Fl_Text_Buffer.

Modified:
   branches/branch-1.3/FL/Fl_Text_Buffer.H

Modified: branches/branch-1.3/FL/Fl_Text_Buffer.H
===================================================================
--- branches/branch-1.3/FL/Fl_Text_Buffer.H     2010-12-31 22:33:32 UTC (rev 
8147)
+++ branches/branch-1.3/FL/Fl_Text_Buffer.H     2010-12-31 22:38:03 UTC (rev 
8148)
@@ -646,13 +646,6 @@
   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 @@
   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;

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to