diff options
Diffstat (limited to 'src/Fl.cxx')
| -rw-r--r-- | src/Fl.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx index 81aecdb25..0ba7f17e1 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -1947,8 +1947,6 @@ int Fl::dnd() return Fl::screen_driver()->dnd(); } -#if !defined(FL_DOXYGEN) // FIXME - silence Doxygen warnings - /** * Resets marked text. * @@ -1969,14 +1967,12 @@ void Fl::reset_marked_text() { /** Sets window coordinates and height of insertion point. - \todo Please explain what exactly this does and how to use it. + \see Fl::compose(int& del) for a detailed description. */ void Fl::insertion_point_location(int x, int y, int height) { Fl::screen_driver()->insertion_point_location(x, y, height); } -#endif // !defined(FL_DOXYGEN) // FIXME - silence Doxygen warnings - int Fl::event_key(int k) { return system_driver()->event_key(k); } |
