Skip to content

Commit 7f4688f

Browse files
committed
Remove test code.
1 parent a651561 commit 7f4688f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/spaced/spaced/scenes/home.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
#include <spaced/ui/text.hpp>
88
#include <spaced/util.hpp>
99

10-
#include <thread>
11-
1210
namespace spaced {
1311
using bave::Seconds;
1412
using bave::TextHeight;
@@ -17,9 +15,6 @@ Home::Home(bave::App& app, Services const& services) : Scene(app, services, "Hom
1715
auto const& resources = services.get<Resources>();
1816
auto const tasks = std::array{
1917
util::create_font_atlas_task(resources.main_font, {TextHeight{100}, TextHeight{60}}),
20-
std::function<void()>{[] { std::this_thread::sleep_for(1s); }},
21-
std::function<void()>{[] { std::this_thread::sleep_for(2s); }},
22-
std::function<void()>{[] { std::this_thread::sleep_for(1s); }},
2318
};
2419
add_load_tasks(tasks);
2520
}

0 commit comments

Comments
 (0)