summaryrefslogtreecommitdiffabout
path: root/korganizer/koglobals.h
Side-by-side diff
Diffstat (limited to 'korganizer/koglobals.h') (more/less context) (show whitespace changes)
-rw-r--r--korganizer/koglobals.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/korganizer/koglobals.h b/korganizer/koglobals.h
index 357ff5f..b3ff67b 100644
--- a/korganizer/koglobals.h
+++ b/korganizer/koglobals.h
@@ -43,8 +43,6 @@ class KOGlobals
const KCalendarSystem *calendarSystem() const;
- AlarmClient *alarmClient() const;
-
protected:
KOGlobals();
~KOGlobals();
@@ -53,7 +51,6 @@ class KOGlobals
static KOGlobals *mSelf;
const KCalendarSystem *mCalendarSystem;
- AlarmClient *mAlarmClient;
};
#endif