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. --- include/datetime/menu.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/datetime/menu.h') diff --git a/include/datetime/menu.h b/include/datetime/menu.h index acb0c89..acd9ed8 100644 --- a/include/datetime/menu.h +++ b/include/datetime/menu.h @@ -42,9 +42,7 @@ class Menu { public: enum Profile { Desktop, DesktopGreeter, -#ifdef HAS_URLDISPATCHER Phone, PhoneGreeter, -#endif NUM_PROFILES }; enum Section { Calendar, Appointments, Locations, Settings, NUM_SECTIONS }; const std::string& name() const; -- cgit v1.2.3