summaryrefslogtreecommitdiff
path: root/indra/newview/tests/llfloaterwindlight_stub.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/tests/llfloaterwindlight_stub.cpp')
-rw-r--r--indra/newview/tests/llfloaterwindlight_stub.cpp20
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) {}