diff --git a/indra/newview/llfloatertestlistview.cpp b/indra/newview/llfloatertestlistview.cpp
index ae96dfc0eda343fb2765b0bfdc8a8ec29b8b6a9b..7171449738b423c3712b61438465a46d23c2ce9c 100644
--- a/indra/newview/llfloatertestlistview.cpp
+++ b/indra/newview/llfloatertestlistview.cpp
@@ -31,12 +31,6 @@
 */
 #include "llviewerprecompiledheaders.h"
 
-int do_foo(int i)
-{
-	return i + 1;
-}
-
-/*
 #include "llfloatertestlistview.h"
 
 LLFloaterTestListView::LLFloaterTestListView(const LLSD& seed)
@@ -45,4 +39,3 @@ LLFloaterTestListView::LLFloaterTestListView(const LLSD& seed)
 
 LLFloaterTestListView::~LLFloaterTestListView()
 {}
-*/
diff --git a/indra/newview/llfloatertestlistview.h b/indra/newview/llfloatertestlistview.h
index 311bd18bc01aa7e970d7c54d9c2472b12816898f..0c47c2ee3194bd0e776d1c4e95741e756c44861f 100644
--- a/indra/newview/llfloatertestlistview.h
+++ b/indra/newview/llfloatertestlistview.h
@@ -32,9 +32,6 @@
 #ifndef LLFLOATERTESTLISTVIEW_H
 #define LLFLOATERTESTLISTVIEW_H
 
-int do_foo(int i);
-
-/*
 #include "llfloater.h"
 
 class LLSD;
@@ -48,6 +45,5 @@ class LLFloaterTestListView : public LLFloater
 	LLFloaterTestListView(const LLSD& seed);
 	~LLFloaterTestListView();
 };
-*/
 
 #endif