From 0e34bc413aa562acf97b77333fb9a1f0ec9b55f0 Mon Sep 17 00:00:00 2001
From: James Cook <james@lindenlab.com>
Date: Sat, 28 Nov 2009 20:56:27 -0800
Subject: [PATCH] Slightly more complex test file

---
 indra/newview/llfloatertestlistview.cpp | 7 -------
 indra/newview/llfloatertestlistview.h   | 4 ----
 2 files changed, 11 deletions(-)

diff --git a/indra/newview/llfloatertestlistview.cpp b/indra/newview/llfloatertestlistview.cpp
index ae96dfc0eda..7171449738b 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 311bd18bc01..0c47c2ee319 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
-- 
GitLab