diff --git a/src/WatchyRTC.cpp b/src/WatchyRTC.cpp index f4613e7..202546c 100644 --- a/src/WatchyRTC.cpp +++ b/src/WatchyRTC.cpp @@ -1,7 +1,6 @@ #include "WatchyRTC.h" -WatchyRTC::WatchyRTC() - : rtc_ds(false) {} +WatchyRTC::WatchyRTC() {} // TODO: We can probably put all of this logic into AbstractRTC as a class // function. It would simplify this class even more, which would be nice diff --git a/src/WatchyRTC.h b/src/WatchyRTC.h index 14b34cf..4fd1308 100644 --- a/src/WatchyRTC.h +++ b/src/WatchyRTC.h @@ -46,8 +46,6 @@ public: class WatchyRTC { public: - DS3232RTC rtc_ds; - Rtc_Pcf8563 rtc_pcf; uint8_t rtcType; public: WatchyRTC();