diff options
Diffstat (limited to 'include/datetime/menu.h')
-rw-r--r-- | include/datetime/menu.h | 2 |
1 files changed, 0 insertions, 2 deletions
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; |