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.H3
1 files changed, 0 insertions, 3 deletions
diff --git a/FL/Fl_Widget.H b/FL/Fl_Widget.H
index 416f65470..b0317dc6e 100644
--- a/FL/Fl_Widget.H
+++ b/FL/Fl_Widget.H
@@ -686,9 +686,6 @@ public:
using only \p long values. You may want to use user_data() instead.
\see user_data()
-
- \todo [Internal] The user_data value must be implemented using
- \p fl_intptr_t or similar to avoid 64-bit platform incompatibilities.
*/
long argument() const {return (long)(fl_intptr_t)user_data_;}