summaryrefslogtreecommitdiff
path: root/FL/names.h
diff options
context:
space:
mode:
Diffstat (limited to 'FL/names.h')
-rw-r--r--FL/names.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/FL/names.h b/FL/names.h
index 55e8c08b4..e2072e058 100644
--- a/FL/names.h
+++ b/FL/names.h
@@ -80,9 +80,6 @@ static std::map<int, const char*> fl_eventnames = {
{ FL_BEFORE_MENU, "FL_BEFORE_MENU" },
{ FL_APP_ACTIVATE, "FL_APP_ACTIVATE" },
{ FL_APP_DEACTIVATE, "FL_APP_DEACTIVATE" },
- { /*FL_EVENT_*/ 30, "FL_EVENT_30" }, // not yet defined, just in case it /will/ be defined ...
- { /*FL_EVENT_*/ 31, "FL_EVENT_31" }, // not yet defined, just in case it /will/ be defined ...
- { /*FL_EVENT_*/ 32, "FL_EVENT_32" }, // not yet defined, just in case it /will/ be defined ...
{ Fl::Pen::DETECTED, "Fl::Pen::DETECTED" },
{ Fl::Pen::CHANGED, "Fl::Pen::CHANGED" },
{ Fl::Pen::ENTER, "Fl::Pen::ENTER" },