summaryrefslogtreecommitdiff
path: root/indra/newview/tests/llfloaterdaycycle_stub.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/tests/llfloaterdaycycle_stub.cpp')
-rw-r--r--indra/newview/tests/llfloaterdaycycle_stub.cpp20
1 files changed, 0 insertions, 20 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) {}