examples: elementary: remove unused variable

If we are not using something we should not keep it in the code base.
Git history has it all.
This commit is contained in:
Stefan Schmidt 2016-06-23 10:34:27 +02:00
parent 433a351cbb
commit 750d3541c1
1 changed files with 0 additions and 5 deletions

View File

@ -18,11 +18,6 @@ elm_main (int argc, char *argv[])
{
elm_policy_set(ELM_POLICY_QUIT, ELM_POLICY_QUIT_LAST_WINDOW_HIDDEN);
const char *weekdays[] =
{
"S", "M", "T", "W", "T", "F", "S"
};
efl::ui::win::Standard win;
//win.title_set("Calendar Layout Formatting Example");
win.autohide_set(true);