summaryrefslogtreecommitdiff
path: root/FL/names.h
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2026-01-07 11:34:29 +0100
committerMatthias Melcher <github@matthiasm.com>2026-01-07 11:34:29 +0100
commit52452f117fb7d54e52790d54a98909a8002dfba9 (patch)
tree5a0ac36f18b3540a7c99f0ab4566dae26869722f /FL/names.h
parent71cee83f771d3905816a90a99cb5f02a60a6e6f8 (diff)
Remove event names that would be generated by fl_eventname_str
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" },