From 6bb6cce5f97d4739dc7a3c4a21455409faaa1b24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberts=20Muktup=C4=81vels?= Date: Fri, 16 Sep 2022 13:48:15 +0300 Subject: handle: remove unused function --- libwnck/wnck-handle.c | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'libwnck/wnck-handle.c') diff --git a/libwnck/wnck-handle.c b/libwnck/wnck-handle.c index 9616283..e12ff88 100644 --- a/libwnck/wnck-handle.c +++ b/libwnck/wnck-handle.c @@ -449,24 +449,6 @@ wnck_handle_get_screen_for_root (WnckHandle *self, return NULL; } -WnckScreen * -_wnck_handle_get_existing_screen (WnckHandle *self, - int number) -{ - Display *display; - - display = _wnck_get_default_display (); - - g_return_val_if_fail (WNCK_IS_HANDLE (self), NULL); - g_return_val_if_fail (display != NULL, NULL); - g_return_val_if_fail (number < ScreenCount (display), NULL); - - if (self->screens != NULL) - return self->screens[number]; - - return NULL; -} - /** * wnck_handle_set_default_icon_size: * @self: a #WnckHandle -- cgit v1.2.1