summaryrefslogtreecommitdiff
path: root/include/calendar.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/calendar.h')
-rw-r--r--include/calendar.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/calendar.h b/include/calendar.h
index 22fa9d1..a1b07f3 100644
--- a/include/calendar.h
+++ b/include/calendar.h
@@ -1,8 +1,6 @@
#ifndef CALENDAR_H
#define CALENDAR_H
-class GxEPD2_GFX_BASE_CLASS;
-
-void draw_calendar(GxEPD2_GFX_BASE_CLASS &display, int16_t x0, int16_t y0);
+void draw_calendar(int16_t x0, int16_t y0);
#endif