diff options
| author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-07-06 00:42:28 +0300 |
|---|---|---|
| committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-07-06 00:42:28 +0300 |
| commit | 31c1cff64fe6e963722e580c8779d69cef4b14ba (patch) | |
| tree | 686ad000f231b072101a2b30796493c573e340aa /indra/newview/tests/llfloaterwindlight_stub.cpp | |
| parent | d3493527401756a87ba3ab1ac05223ef2e214906 (diff) | |
STORM-1262 FIXED Removed the original Windlight Region Settings implementation.
Diffstat (limited to 'indra/newview/tests/llfloaterwindlight_stub.cpp')
| -rw-r--r-- | indra/newview/tests/llfloaterwindlight_stub.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
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) {} |
