diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-06-24 17:46:48 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-08-04 21:24:44 +0200 |
commit | 638206c925cbe6db40b0ccdf7a39bc8029c6b9fa (patch) | |
tree | ff6dfcbc8654f674617c122302eddfb3ae15af2b /src/event.h | |
parent | 8a5fc68d22fc85736d4c379ef88d3a7fd0eee391 (diff) | |
download | mana-638206c925cbe6db40b0ccdf7a39bc8029c6b9fa.tar.gz mana-638206c925cbe6db40b0ccdf7a39bc8029c6b9fa.tar.bz2 mana-638206c925cbe6db40b0ccdf7a39bc8029c6b9fa.tar.xz mana-638206c925cbe6db40b0ccdf7a39bc8029c6b9fa.zip |
Removed a bunch of unused NPC related eventssome-cleanups
Nobody cared for the events that were emitted when NPC related network
messages had been sent.
Diffstat (limited to 'src/event.h')
-rw-r--r-- | src/event.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/event.h b/src/event.h index 5f053724..065fb7f6 100644 --- a/src/event.h +++ b/src/event.h @@ -64,7 +64,6 @@ public: Close, CloseAll, CloseDialog, - CloseSent, ConfigOptionChanged, Constructed, LoadingDatabases, @@ -86,25 +85,19 @@ public: GuiWindowsUnloaded, GuiWindowsUnloading, IntegerInput, - IntegerInputSent, MapLoaded, Menu, - MenuSent, Message, Next, - NextSent, NpcCount, Player, Post, PostCount, - SendLetterSent, ServerNotice, StateChange, StorageCount, StringInput, - StringInputSent, Stun, - TalkSent, UpdateAttribute, UpdateStat, UpdateStatusEffect, |