From c83cf3eeeca2c228b3ac969c0d71f73d7e3e4c67 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 15 Jan 2018 10:40:39 +0100 Subject: [PATCH] examples: calendar_cxx: comment out unused variables I normally would simply remove them, but they belong to some more commented out code below. We should either remove both or get this fixed. --- src/examples/elementary/calendar_cxx_example_04.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/examples/elementary/calendar_cxx_example_04.cc b/src/examples/elementary/calendar_cxx_example_04.cc index f19234c..df9a5a4 100644 --- a/src/examples/elementary/calendar_cxx_example_04.cc +++ b/src/examples/elementary/calendar_cxx_example_04.cc @@ -9,8 +9,10 @@ using efl::eo::instantiate; static void efl_main(void *data EINA_UNUSED, const Efl_Event *ev EINA_UNUSED) { +#if 0 struct tm selected_time; time_t current_time; +#endif elm_policy_set(ELM_POLICY_QUIT, ELM_POLICY_QUIT_LAST_WINDOW_HIDDEN); -- 2.7.4