diff --git a/indra/CMakeLists.txt b/indra/CMakeLists.txt
index a06eed0647..afd1b664a2 100644
--- a/indra/CMakeLists.txt
+++ b/indra/CMakeLists.txt
@@ -35,6 +35,14 @@ else (OPENSIM)
endif (OPENSIM)
#
+# Support for test builds
+option(TESTBUILD "Generating test build" OFF)
+if(TESTBUILD AND TESTBUILDPERIOD)
+ add_definitions(-DTESTBUILD=1 -DTESTBUILDPERIOD=${TESTBUILDPERIOD})
+ message("creating test build version; test period: ${TESTBUILDPERIOD} days")
+endif(TESTBUILD AND TESTBUILDPERIOD)
+#
+
# [AVX Optimization]
option(USE_AVX_OPTIMIZATION "AVX optimization support" OFF)
option(USE_AVX2_OPTIMIZATION "AVX2 optimization support" OFF)
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 37acb10661..0923dd5c76 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -1918,7 +1918,6 @@ set(viewer_APPSETTINGS_FILES
app_settings/autoreplace.xml
app_settings/client_list_v2.xml
app_settings/cloud.xml
- app_settings/cloud_muted.xml
app_settings/cmd_line.xml
app_settings/commands.xml
app_settings/foldertypes.xml
diff --git a/indra/newview/app_settings/cloud_muted.xml b/indra/newview/app_settings/cloud_muted.xml
deleted file mode 100644
index 765c7239c6..0000000000
--- a/indra/newview/app_settings/cloud_muted.xml
+++ /dev/null
@@ -1,108 +0,0 @@
-
-
-
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml
index a9c3e8fd58..bfb2521ea0 100644
--- a/indra/newview/app_settings/settings.xml
+++ b/indra/newview/app_settings/settings.xml
@@ -177,18 +177,6 @@
Value
-
- ShowMutedAvatarsAsCloud
-
FSShowDummyAVsinRadar