From b39526c27c44302c34fce26163919a0c4c7aecd3 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 26 Mar 2018 19:55:23 +0000 Subject: URL dispatcher support: Build phone code, even if URL dispatcher is unavailable. --- tests/manual-test-snap.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/manual-test-snap.cpp') diff --git a/tests/manual-test-snap.cpp b/tests/manual-test-snap.cpp index 04ba2c3..a0f80f2 100644 --- a/tests/manual-test-snap.cpp +++ b/tests/manual-test-snap.cpp @@ -18,8 +18,6 @@ * with this program. If not, see . */ -#ifdef HAS_URLDISPATCHER - #include #include #include @@ -101,5 +99,3 @@ int main(int argc, const char* argv[]) g_main_loop_unref(loop); return 0; } - -#endif -- cgit v1.2.3