Documentation only: removed warnings that appeared with Doxygen 1.8.10

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10977 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2015-12-22 11:49:03 +00:00
parent 6eb4354996
commit ca5811e8bc
1 changed files with 0 additions and 9 deletions

View File

@ -16,15 +16,6 @@
// http://www.fltk.org/str.php
//
/** \fn Fl_Pixmap::Fl_Pixmap(const char **data)
The constructors create a new pixmap from the specified XPM data.*/
/** \fn Fl_Pixmap::Fl_Pixmap(const unsigned char * const *data)
The constructors create a new pixmap from the specified XPM data.*/
/** \fn Fl_Pixmap::Fl_Pixmap(const unsigned char **data)
The constructors create a new pixmap from the specified XPM data.*/
// Draws X pixmap data, keeping it stashed in a server pixmap so it
// redraws fast.