aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/themes/CatPack.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/ui/themes/CatPack.h')
-rw-r--r--launcher/ui/themes/CatPack.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/launcher/ui/themes/CatPack.h b/launcher/ui/themes/CatPack.h
index 20cb8f61..b03a19f0 100644
--- a/launcher/ui/themes/CatPack.h
+++ b/launcher/ui/themes/CatPack.h
@@ -74,13 +74,6 @@ class FileCatPack : public BasicCatPack {
class JsonCatPack : public BasicCatPack {
public:
struct PartialDate {
- PartialDate(QString d)
- {
- auto sp = d.split("-");
- day = sp[0].toInt();
- if (sp.length() >= 2)
- month = sp[1].toInt();
- }
int month;
int day;
};