window-actor: Remove public declaration for get_x_window

meta_window_actor_get_x_window has been removed in commit 422648e2 but has not
been removed from the header for ages.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/439
This commit is contained in:
Marco Trevisan (Treviño) 2019-02-13 02:57:26 +01:00 committed by Marco Trevisan
parent 58d2a674c4
commit 77fb0a0003

View File

@ -23,8 +23,6 @@
#ifndef META_WINDOW_ACTOR_H_
#define META_WINDOW_ACTOR_H_
#include <X11/Xlib.h>
#include "clutter/clutter.h"
#include "meta/compositor.h"
@ -36,9 +34,6 @@ G_DECLARE_DERIVABLE_TYPE (MetaWindowActor,
META, WINDOW_ACTOR,
ClutterActor)
META_EXPORT
Window meta_window_actor_get_x_window (MetaWindowActor *self);
META_EXPORT
MetaWindow * meta_window_actor_get_meta_window (MetaWindowActor *self);