diff --git a/src/x11/xprops.c b/src/x11/xprops.c index 49a65b674..63cf767b4 100644 --- a/src/x11/xprops.c +++ b/src/x11/xprops.c @@ -318,23 +318,6 @@ motif_hints_from_results (GetPropertyResults *results, return TRUE; } -gboolean -meta_prop_get_motif_hints (MetaX11Display *x11_display, - Window xwindow, - Atom xatom, - MotifWmHints **hints_p) -{ - GetPropertyResults results; - - *hints_p = NULL; - - if (!get_property (x11_display, xwindow, xatom, AnyPropertyType, - &results)) - return FALSE; - - return motif_hints_from_results (&results, hints_p); -} - static gboolean latin1_string_from_results (GetPropertyResults *results, char **str_p) diff --git a/src/x11/xprops.h b/src/x11/xprops.h index f55d80baa..3ceebde84 100644 --- a/src/x11/xprops.h +++ b/src/x11/xprops.h @@ -69,10 +69,6 @@ typedef struct { /* These all return the memory from Xlib, so require an XFree() * when they return TRUE. They return TRUE on success. */ -gboolean meta_prop_get_motif_hints (MetaX11Display *x11_display, - Window xwindow, - Atom xatom, - MotifWmHints **hints_p); gboolean meta_prop_get_cardinal_list (MetaX11Display *x11_display, Window xwindow, Atom xatom,