From 6633a2a6db9d1f56e9b0fcfc52d891b37bcf5234 Mon Sep 17 00:00:00 2001 From: Neil Jagdish Patel Date: Sun, 27 Feb 2011 13:50:25 +0000 Subject: Lots more clean up and first bits of making PlacesResultsController use the new stuff (bzr r894.1.9) --- tests/TestPlacesResults.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/TestPlacesResults.cpp b/tests/TestPlacesResults.cpp index f4953c138..f06dba1c1 100644 --- a/tests/TestPlacesResults.cpp +++ b/tests/TestPlacesResults.cpp @@ -69,6 +69,7 @@ TestRunner::~TestRunner () void TestRunner::Init () { +#if 0 controller = new PlacesResultsController (); view = new PlacesResultsView (); @@ -117,8 +118,8 @@ void TestRunner::Init () } nux::GetGraphicsThread()->SetLayout (layout); - - g_timeout_add_seconds (2, (GSourceFunc)remove_timeout, controller); +#endif + g_timeout_add_seconds (2, (GSourceFunc)remove_timeout, NULL); } void TestRunner::InitWindowThread(nux::NThread* thread, void* InitData) -- cgit v1.2.3