From: Benjamin Otte Date: Wed, 28 Mar 2018 22:04:47 +0000 (+0200) Subject: frameclockidle: Remove nonexisting functions from header X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~22^2~746 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ccde20ea08695780828466a21cdf8e2703cf4200;p=gtk4.git frameclockidle: Remove nonexisting functions from header --- diff --git a/gdk/gdkframeclockidle.h b/gdk/gdkframeclockidle.h index f39c2881bc..42f765f768 100644 --- a/gdk/gdkframeclockidle.h +++ b/gdk/gdkframeclockidle.h @@ -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