frameclockidle: Remove nonexisting functions from header
authorBenjamin Otte <otte@redhat.com>
Wed, 28 Mar 2018 22:04:47 +0000 (00:04 +0200)
committerBenjamin Otte <otte@redhat.com>
Thu, 29 Mar 2018 03:02:15 +0000 (05:02 +0200)
gdk/gdkframeclockidle.h

index f39c2881bc6ae1d6d2b2acd19a24b4d59805801a..42f765f768189e08285fd465cbb84d6c7c6791b0 100644 (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