summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2018-01-15 10:40:39 +0100
committerStefan Schmidt <stefan@osg.samsung.com>2018-01-15 10:40:39 +0100
commitef71e2550c4f4a9238ef1db12bff216c6466dacf (patch)
tree09d86fb6744ac1d78f0288b595c937cfd1910b35
parent2cc63bb8b2dca53b2c303b0edc74175524cba05e (diff)
downloadefl-ef71e2550c4f4a9238ef1db12bff216c6466dacf.tar.gz
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.
-rw-r--r--src/examples/elementary/calendar_cxx_example_04.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/examples/elementary/calendar_cxx_example_04.cc b/src/examples/elementary/calendar_cxx_example_04.cc
index f19234cc60..df9a5a4f12 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);