summaryrefslogtreecommitdiff
path: root/indra/newview/tests/llfloaterenvsettings_stub.cpp
diff options
context:
space:
mode:
authorVadim ProductEngine <vsavchuk@productengine.com>2011-07-06 00:42:28 +0300
committerVadim ProductEngine <vsavchuk@productengine.com>2011-07-06 00:42:28 +0300
commit31c1cff64fe6e963722e580c8779d69cef4b14ba (patch)
tree686ad000f231b072101a2b30796493c573e340aa /indra/newview/tests/llfloaterenvsettings_stub.cpp
parentd3493527401756a87ba3ab1ac05223ef2e214906 (diff)
STORM-1262 FIXED Removed the original Windlight Region Settings implementation.
Diffstat (limited to 'indra/newview/tests/llfloaterenvsettings_stub.cpp')
-rw-r--r--indra/newview/tests/llfloaterenvsettings_stub.cpp20
1 files changed, 0 insertions, 20 deletions
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) {}