summaryrefslogtreecommitdiff
path: root/FL/Fl_Widget.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Widget.H')
-rw-r--r--FL/Fl_Widget.H4
1 files changed, 0 insertions, 4 deletions
diff --git a/FL/Fl_Widget.H b/FL/Fl_Widget.H
index a0eba9e3a..9bd710c72 100644
--- a/FL/Fl_Widget.H
+++ b/FL/Fl_Widget.H
@@ -72,10 +72,6 @@ struct FL_EXPORT Fl_Label {
unsigned color;
/** draw the label aligned to the given box */
void draw(int,int,int,int, Fl_Align) const ;
- /** measure the size of the label.
- * \param w, h on input, this is the requested size for the label text plus image;
- * on return, this will contain the size needed to fit the label
- */
void measure(int &w, int &h) const ;
};