From d311ff4a671e55ce6f434aa33538d08103db1b8e Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Thu, 9 Nov 2023 16:28:02 +0100 Subject: [PATCH] clutter/docs: Remove no longer existing vfuncs docs Part-of: --- clutter/clutter/clutter-layout-manager.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/clutter/clutter/clutter-layout-manager.h b/clutter/clutter/clutter-layout-manager.h index 71762089f..d22cd8bfa 100644 --- a/clutter/clutter/clutter-layout-manager.h +++ b/clutter/clutter/clutter-layout-manager.h @@ -67,17 +67,6 @@ struct _ClutterLayoutManager * @create_child_meta: virtual function; override to create a * #ClutterLayoutMeta instance associated to a #ClutterContainer and a * child #ClutterActor, used to maintain layout manager specific properties - * @begin_animation: virtual function; override to control the animation - * of a #ClutterLayoutManager with the given duration and easing mode. - * This virtual function is deprecated, and it should not be overridden - * in newly written code. - * @end_animation: virtual function; override to end an animation started - * by clutter_layout_manager_begin_animation(). This virtual function is - * deprecated, and it should not be overridden in newly written code. - * @get_animation_progress: virtual function; override to control the - * progress of the animation of a #ClutterLayoutManager. This virtual - * function is deprecated, and it should not be overridden in newly written - * code. * @layout_changed: class handler for the #ClutterLayoutManager::layout-changed * signal *