[gtk+] Remove sm-client-id related functions from headers



commit a251d3786bdf2849b97035a04952ef66af86e245
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Dec 13 19:09:11 2010 -0500

    Remove sm-client-id related functions from headers

 gdk/gdkinternals.h |    2 --
 gdk/gdkwindow.h    |    1 -
 2 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h
index 6b179be..9e24469 100644
--- a/gdk/gdkinternals.h
+++ b/gdk/gdkinternals.h
@@ -312,8 +312,6 @@ void       _gdk_window_process_updates_recurse (GdkWindow *window,
 
 void       _gdk_screen_close             (GdkScreen      *screen);
 
-const char *_gdk_get_sm_client_id (void);
-
 /*****************************************
  * Interfaces provided by windowing code *
  *****************************************/
diff --git a/gdk/gdkwindow.h b/gdk/gdkwindow.h
index 164281d..f7ac2a5 100644
--- a/gdk/gdkwindow.h
+++ b/gdk/gdkwindow.h
@@ -676,7 +676,6 @@ void gdk_window_set_urgency_hint      (GdkWindow *window,
 void          gdk_window_set_geometry_hints (GdkWindow          *window,
 					     const GdkGeometry  *geometry,
 					     GdkWindowHints      geom_mask);
-void          gdk_set_sm_client_id          (const gchar        *sm_client_id);
 
 cairo_region_t *gdk_window_get_clip_region  (GdkWindow          *window);
 cairo_region_t *gdk_window_get_visible_region(GdkWindow         *window);



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