summaryrefslogtreecommitdiff
path: root/indra/newview/tests
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
parentd3493527401756a87ba3ab1ac05223ef2e214906 (diff)
STORM-1262 FIXED Removed the original Windlight Region Settings implementation.
Diffstat (limited to 'indra/newview/tests')
-rw-r--r--indra/newview/tests/llfloaterdaycycle_stub.cpp20
-rw-r--r--indra/newview/tests/llfloaterenvsettings_stub.cpp20
-rw-r--r--indra/newview/tests/llfloaterwindlight_stub.cpp20
-rw-r--r--indra/newview/tests/llwlparammanager_test.cpp3
4 files changed, 0 insertions, 63 deletions
diff --git a/indra/newview/tests/llfloaterdaycycle_stub.cpp b/indra/newview/tests/llfloaterdaycycle_stub.cpp
deleted file mode 100644
index e6b145bcfc..0000000000
--- a/indra/newview/tests/llfloaterdaycycle_stub.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- * @file llfloaterdaycycle_stub.cpp
- * @brief stub class to allow unit testing
- *
- * $LicenseInfo:firstyear=2009&license=viewergpl$
- * Copyright (c) 2009, Linden Research, Inc.
- * $/LicenseInfo$
- */
-
-class LLFloaterDayCycle
-{
-public:
- static bool isOpen(void);
- static LLFloaterDayCycle* instance(void);
- static void syncMenu(void);
-};
-
-bool LLFloaterDayCycle::isOpen() { return true; }
-LLFloaterDayCycle* LLFloaterDayCycle::instance() { return NULL; }
-void LLFloaterDayCycle::syncMenu(void) {}
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) {}
diff --git a/indra/newview/tests/llfloaterwindlight_stub.cpp b/indra/newview/tests/llfloaterwindlight_stub.cpp
deleted file mode 100644
index f1891eaf21..0000000000
--- a/indra/newview/tests/llfloaterwindlight_stub.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- * @file llfloaterwindlight_stub.cpp
- * @brief stub class to allow unit testing
- *
- * $LicenseInfo:firstyear=2009&license=viewergpl$
- * Copyright (c) 2009, Linden Research, Inc.
- * $/LicenseInfo$
- */
-
-class LLFloaterWindLight
-{
-public:
- static bool isOpen(void);
- static LLFloaterWindLight* instance(void);
- void syncMenu(void);
-};
-
-bool LLFloaterWindLight::isOpen() { return true; }
-LLFloaterWindLight* LLFloaterWindLight::instance() { return NULL; }
-void LLFloaterWindLight::syncMenu(void) {}
diff --git a/indra/newview/tests/llwlparammanager_test.cpp b/indra/newview/tests/llwlparammanager_test.cpp
index 3d31567335..a6c6a2abf4 100644
--- a/indra/newview/tests/llwlparammanager_test.cpp
+++ b/indra/newview/tests/llwlparammanager_test.cpp
@@ -26,9 +26,6 @@
#include "llglslshader_stub.cpp"
#include "lldir_stub.cpp"
#include "llsky_stub.cpp"
-#include "llfloaterdaycycle_stub.cpp"
-#include "llfloaterenvsettings_stub.cpp"
-#include "llfloaterwindlight_stub.cpp"
#include "llpipeline_stub.cpp"
#include "llviewershadermgr_stub.cpp"