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.
This commit is contained in:
Stefan Schmidt 2018-01-15 10:40:39 +01:00
parent 7aab5bc81d
commit 8f712195b6
1 changed files with 2 additions and 0 deletions

View File

@ -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);