summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2015-12-22 11:49:03 +0000
committerManolo Gouy <Manolo>2015-12-22 11:49:03 +0000
commitca5811e8bcfa1f15128cc38576d5fa01b91ec5ee (patch)
tree137bf378ad5bd20e92d95095ae7672d562b673b5 /src
parent6eb4354996ac2daf18507fb1d5a2a8dba860dd99 (diff)
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
Diffstat (limited to 'src')
-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.