diff options
Diffstat (limited to 'indra/newview/lleventnotifier.cpp')
-rw-r--r-- | indra/newview/lleventnotifier.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/lleventnotifier.cpp b/indra/newview/lleventnotifier.cpp index 80d4d21166..f6f23055ac 100644 --- a/indra/newview/lleventnotifier.cpp +++ b/indra/newview/lleventnotifier.cpp @@ -39,7 +39,6 @@ #include "llnotify.h" #include "lleventinfo.h" #include "llfloaterreg.h" -#include "llfloaterdirectory.h" #include "llfloaterworldmap.h" #include "llagent.h" @@ -197,7 +196,6 @@ bool LLEventNotification::handleResponse(const LLSD& notification, const LLSD& r break; } case 1: - gDisplayEventHack = TRUE; LLFloaterReg::showInstance("search", LLSD().insert("panel", "event").insert("id", S32(getEventID()))); break; case 2: |