[mutter] Remove meta_display_get_atom and MetaAtom



commit edeac1de09473809debc4d0b8c416f79dde8f500
Author: Tomeu Vizoso <tomeu vizoso collabora com>
Date:   Fri Feb 15 19:39:42 2013 +0100

    Remove meta_display_get_atom and MetaAtom
    
    They aren't used and MetaAtom confused gtk-doc because it's defined
    with a macro.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676856

 src/core/display.c |   14 --------------
 src/meta/display.h |    9 ---------
 2 files changed, 0 insertions(+), 23 deletions(-)
---
diff --git a/src/core/display.c b/src/core/display.c
index 2747304..c409744 100644
--- a/src/core/display.c
+++ b/src/core/display.c
@@ -5785,20 +5785,6 @@ meta_display_get_shape_event_base (MetaDisplay *display)
 #endif
 
 /**
- * meta_display_get_atom: (skip)
- *
- * Gets up an X atom that Mutter prefetched at startup.
- *
- * Return value: the X atom corresponding to the given atom enumeration
- */
-Atom meta_display_get_atom (MetaDisplay *display, MetaAtom meta_atom)
-{
-  Atom *atoms = & display->atom_WM_PROTOCOLS;
-
-  return atoms[meta_atom - 1];
-}
-
-/**
  * meta_display_get_leader_window:
  * @display: a #MetaDisplay
  *
diff --git a/src/meta/display.h b/src/meta/display.h
index 9ac8d20..3b6d4cb 100644
--- a/src/meta/display.h
+++ b/src/meta/display.h
@@ -56,14 +56,6 @@ GType meta_display_get_type (void) G_GNUC_CONST;
 
 #define meta_XFree(p) do { if ((p)) XFree ((p)); } while (0)
 
-typedef enum
-{
-  META_ATOM_FIRST = 0,
-#define item(x) META_ATOM_##x,
-#include "atomnames.h"
-#undef item
-}MetaAtom;
-
 void meta_display_get_compositor_version (MetaDisplay *display,
                                           int         *major,
                                           int         *minor);
@@ -84,7 +76,6 @@ gboolean  meta_display_xwindow_is_a_no_focus_window (MetaDisplay *display,
 
 int meta_display_get_damage_event_base (MetaDisplay *display);
 int meta_display_get_shape_event_base (MetaDisplay *display);
-Atom meta_display_get_atom (MetaDisplay *display, MetaAtom meta_atom);
 
 gboolean meta_display_xserver_time_is_before (MetaDisplay *display,
                                               guint32      time1,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]