Skip to content
Snippets Groups Projects
Commit 0e34bc41 authored by James Cook's avatar James Cook
Browse files

Slightly more complex test file

parent 895d5285
No related branches found
No related tags found
No related merge requests found
......@@ -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()
{}
*/
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment