From a7690df8b9d9329fb6a946a621b29890cfee76f0 Mon Sep 17 00:00:00 2001 From: Mike Antipov Date: Wed, 30 Dec 2009 17:48:53 +0200 Subject: Code cleanup: removed stab implementation of Voice Control Panel --HG-- branch : product-engine --- indra/newview/CMakeLists.txt | 2 -- indra/newview/llchiclet.cpp | 1 - indra/newview/llchiclet.h | 1 - 3 files changed, 4 deletions(-) diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 648e582e94..561b51017d 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -516,7 +516,6 @@ set(viewer_SOURCE_FILES llvoground.cpp llvoicechannel.cpp llvoiceclient.cpp - llvoicecontrolpanel.cpp llvoiceremotectrl.cpp llvoicevisualizer.cpp llvoinventorylistener.cpp @@ -1022,7 +1021,6 @@ set(viewer_HEADER_FILES llvoground.h llvoicechannel.h llvoiceclient.h - llvoicecontrolpanel.h llvoiceremotectrl.h llvoicevisualizer.h llvoinventorylistener.h diff --git a/indra/newview/llchiclet.cpp b/indra/newview/llchiclet.cpp index 821b63ff04..dc2e22f899 100644 --- a/indra/newview/llchiclet.cpp +++ b/indra/newview/llchiclet.cpp @@ -49,7 +49,6 @@ #include "llscriptfloater.h" #include "lltextbox.h" #include "llvoiceclient.h" -#include "llvoicecontrolpanel.h" #include "llgroupmgr.h" #include "llnotificationmanager.h" #include "lltransientfloatermgr.h" diff --git a/indra/newview/llchiclet.h b/indra/newview/llchiclet.h index 542fec2417..3665e4d093 100644 --- a/indra/newview/llchiclet.h +++ b/indra/newview/llchiclet.h @@ -41,7 +41,6 @@ #include "llgroupmgr.h" #include "llimview.h" -class LLVoiceControlPanel; class LLMenuGL; class LLIMFloater; -- cgit v1.2.3