Skip to content

Commit

Permalink
#5200: Remove EventManager dependency from BrushModule
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Aug 30, 2020
1 parent 6f6e901 commit 60ebd0b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions radiantcore/brush/BrushModule.cpp
Expand Up @@ -7,7 +7,6 @@
#include "ifilter.h"
#include "igame.h"
#include "ilayer.h"
#include "ieventmanager.h"
#include "brush/BrushNode.h"
#include "brush/BrushClipPlane.h"
#include "brush/BrushVisit.h"
Expand Down Expand Up @@ -99,7 +98,6 @@ const StringSet& BrushModuleImpl::getDependencies() const {

if (_dependencies.empty()) {
_dependencies.insert(MODULE_GAMEMANAGER);
_dependencies.insert(MODULE_EVENTMANAGER);
_dependencies.insert(MODULE_XMLREGISTRY);
_dependencies.insert(MODULE_PREFERENCESYSTEM);
_dependencies.insert(MODULE_UNDOSYSTEM);
Expand Down

0 comments on commit 60ebd0b

Please sign in to comment.