diff options
Diffstat (limited to 'plugins/WhenWasIt/src/stdafx.h')
-rw-r--r-- | plugins/WhenWasIt/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/WhenWasIt/src/stdafx.h b/plugins/WhenWasIt/src/stdafx.h index ed09270122..d6ffa93b56 100644 --- a/plugins/WhenWasIt/src/stdafx.h +++ b/plugins/WhenWasIt/src/stdafx.h @@ -67,7 +67,7 @@ struct CMPlugin : public PLUGIN<CMPlugin> CMOption<uint32_t> foreground, background;
CMOption<bool> bUsePopups, bUseDialog, bIgnoreSubcontacts, bNoBirthdaysPopup, bOncePerDay, bOpenInBackground;
CMOption<uint16_t> checkInterval, daysInAdvance, popupTimeout, popupTimeoutToday, cDlgTimeout, daysAfter;
- CMOption<uint8_t> cShowAgeMode, cSoundNearDays, cDefaultModule;
+ CMOption<uint8_t> cShowAgeMode, cSoundNearDays;
CMOption<uint8_t> lPopupClick, rPopupClick, notifyFor;
CMPlugin();
|