summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Fl_Pixmap.cxx9
1 files changed, 0 insertions, 9 deletions
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.