From ca5811e8bcfa1f15128cc38576d5fa01b91ec5ee Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 22 Dec 2015 11:49:03 +0000 Subject: 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 --- src/Fl_Pixmap.cxx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/Fl_Pixmap.cxx') diff --git a/src/Fl_Pixmap.cxx b/src/Fl_Pixmap.cxx index e32d90209..a38565ff7 100644 --- a/src/Fl_Pixmap.cxx +++ b/src/Fl_Pixmap.cxx @@ -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. -- cgit v1.2.3