frameclockidle: Remove nonexisting functions from header

This commit is contained in:
Benjamin Otte 2018-03-29 00:04:47 +02:00
parent 7ee4bfd9d6
commit ccde20ea08

View File

@ -59,8 +59,6 @@ struct _GdkFrameClockIdleClass
GType gdk_frame_clock_idle_get_type (void) G_GNUC_CONST;
GdkFrameClock *_gdk_frame_clock_idle_new (void);
void _gdk_frame_clock_idle_freeze_updates (GdkFrameClockIdle *clock_idle);
void _gdk_frame_clock_idle_thaw_updates (GdkFrameClockIdle *clock_idle);
G_END_DECLS