From dfe23c934289e4d78d37852ec32d2739958d1008 Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Fri, 11 Oct 2013 12:49:50 -0700 Subject: [PATCH] merge cleanup --- interface/src/Application.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index c9bf76350a..b7a49f234b 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -3526,9 +3526,6 @@ void Application::domainChanged(QString domain) { // update the user's last domain in their Profile (which will propagate to data-server) _profile.updateDomain(domain); - // kill the local voxels - _voxels.killLocalVoxels(); - // reset the environment so that we don't erroneously end up with multiple _environment.resetToDefault(); }