Remove event names that would be generated by fl_eventname_str

This commit is contained in:
Matthias Melcher 2026-01-07 11:34:29 +01:00
parent 71cee83f77
commit 52452f117f

View File

@ -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" },