[libwnck/wip/muktupavels/use-wnck-handle: 3/7] util: remove _wnck_get_client_type




commit 8dfac46d6e3bc6e4b67497c28b36f22c618606c7
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Wed Feb 23 06:58:27 2022 +0200

    util: remove _wnck_get_client_type

 libwnck/private.h | 2 --
 libwnck/util.c    | 6 ------
 2 files changed, 8 deletions(-)
---
diff --git a/libwnck/private.h b/libwnck/private.h
index 3336f38c..481954bb 100644
--- a/libwnck/private.h
+++ b/libwnck/private.h
@@ -41,8 +41,6 @@ G_BEGIN_DECLS
 
 WnckHandle *_wnck_get_handle (void);
 
-WnckClientType _wnck_get_client_type (void);
-
 gsize _wnck_get_default_icon_size (void);
 gsize _wnck_get_default_mini_icon_size (void);
 
diff --git a/libwnck/util.c b/libwnck/util.c
index 64f796e5..b9c2afc5 100644
--- a/libwnck/util.c
+++ b/libwnck/util.c
@@ -164,12 +164,6 @@ _wnck_get_handle (void)
   return wnck_handle;
 }
 
-WnckClientType
-_wnck_get_client_type (void)
-{
-  return _wnck_handle_get_client_type (_wnck_get_handle ());
-}
-
 /**
  * wnck_set_default_icon_size:
  * @size: the default size for windows and application standard icons.


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