author | alwin <alwin> | 2005-03-20 10:03:42 (UTC) |
---|---|---|
committer | alwin <alwin> | 2005-03-20 10:03:42 (UTC) |
commit | a1d7a03827cef202c8c009eca6f9846f171e5b22 (patch) (side-by-side diff) | |
tree | f62880550d0041345f1fba51aad2f758f1f678b5 | |
parent | 14eff34794a9d59629e374dd0a3090c46260169b (diff) | |
download | opie-a1d7a03827cef202c8c009eca6f9846f171e5b22.zip opie-a1d7a03827cef202c8c009eca6f9846f171e5b22.tar.gz opie-a1d7a03827cef202c8c009eca6f9846f171e5b22.tar.bz2 |
ok, seems that guys want to insert static days like christmas and
so on better inside the nationaldays-xml-files so removing it here.
-rw-r--r-- | core/pim/datebook/holiday/christian/hlist.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/pim/datebook/holiday/christian/hlist.cpp b/core/pim/datebook/holiday/christian/hlist.cpp index f1d51f8..266a200 100644 --- a/core/pim/datebook/holiday/christian/hlist.cpp +++ b/core/pim/datebook/holiday/christian/hlist.cpp @@ -6,4 +6,5 @@ const QStringList HList::entries(const QDate&aDate)const { QStringList ret; +#if 0 if (aDate.month()==12) { if (aDate.day()==24) { @@ -19,4 +20,5 @@ const QStringList HList::entries(const QDate&aDate)const } } +#endif return ret; } |