From 6c1706da69193de3ddbaf69a40e5ba0cad13283e Mon Sep 17 00:00:00 2001 From: Martin Reddy Date: Mon, 19 Oct 2009 13:35:10 +0000 Subject: DEV-41358: Remove the code for the old search interface. This checkin deletes all of the code associated with the old XUI-based search interface, including LLFloaterDirectory, LLPanelDir*, a global variable event hack, and the associated XUI file. The new web-based search interface, LLFloaterSearch, is the way of the future. Deleted 19 files and 5,838 lines of code. --- indra/newview/lleventnotifier.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'indra/newview/lleventnotifier.cpp') diff --git a/indra/newview/lleventnotifier.cpp b/indra/newview/lleventnotifier.cpp index 2c52cf9565..68a4f31730 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" @@ -199,7 +198,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: -- cgit v1.2.3