diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2016-06-23 10:34:27 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2016-06-23 10:34:27 +0200 |
commit | 750d3541c1de875aca5905fc3006ae2db68fdc6a (patch) | |
tree | bb14272508094fd066b8fa0e413ae0584393eee8 /src/examples | |
parent | 433a351cbbbfdadb75037138423ad7774a14fc97 (diff) |
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.
Diffstat (limited to 'src/examples')
-rw-r--r-- | src/examples/elementary/calendar_cxx_example_02.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/examples/elementary/calendar_cxx_example_02.cc b/src/examples/elementary/calendar_cxx_example_02.cc index bc626e9..7061e57 100644 --- a/src/examples/elementary/calendar_cxx_example_02.cc +++ b/src/examples/elementary/calendar_cxx_example_02.cc | |||
@@ -18,11 +18,6 @@ elm_main (int argc, char *argv[]) | |||
18 | { | 18 | { |
19 | elm_policy_set(ELM_POLICY_QUIT, ELM_POLICY_QUIT_LAST_WINDOW_HIDDEN); | 19 | elm_policy_set(ELM_POLICY_QUIT, ELM_POLICY_QUIT_LAST_WINDOW_HIDDEN); |
20 | 20 | ||
21 | const char *weekdays[] = | ||
22 | { | ||
23 | "S", "M", "T", "W", "T", "F", "S" | ||
24 | }; | ||
25 | |||
26 | efl::ui::win::Standard win; | 21 | efl::ui::win::Standard win; |
27 | //win.title_set("Calendar Layout Formatting Example"); | 22 | //win.title_set("Calendar Layout Formatting Example"); |
28 | win.autohide_set(true); | 23 | win.autohide_set(true); |