From 31c1cff64fe6e963722e580c8779d69cef4b14ba Mon Sep 17 00:00:00 2001 From: Vadim ProductEngine Date: Wed, 6 Jul 2011 00:42:28 +0300 Subject: STORM-1262 FIXED Removed the original Windlight Region Settings implementation. --- indra/newview/tests/llfloaterenvsettings_stub.cpp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 indra/newview/tests/llfloaterenvsettings_stub.cpp (limited to 'indra/newview/tests/llfloaterenvsettings_stub.cpp') diff --git a/indra/newview/tests/llfloaterenvsettings_stub.cpp b/indra/newview/tests/llfloaterenvsettings_stub.cpp deleted file mode 100644 index e9e792521f..0000000000 --- a/indra/newview/tests/llfloaterenvsettings_stub.cpp +++ /dev/null @@ -1,20 +0,0 @@ -/** - * @file llfloaterenvsettings_stub.cpp - * @brief stub class to allow unit testing - * - * $LicenseInfo:firstyear=2009&license=viewergpl$ - * Copyright (c) 2009, Linden Research, Inc. - * $/LicenseInfo$ - */ - -class LLFloaterEnvSettings -{ -public: - static bool isOpen(void); - static LLFloaterEnvSettings* instance(void); - void syncMenu(void); -}; - -bool LLFloaterEnvSettings::isOpen() { return true; } -LLFloaterEnvSettings* LLFloaterEnvSettings::instance() { return NULL; } -void LLFloaterEnvSettings::syncMenu(void) {} -- cgit v1.2.3