diff options
author | infirit <[email protected]> | 2015-09-16 11:40:39 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-16 11:40:39 +0200 |
commit | 0f78f71ba16b975921944c4436e4e4e9400b4b74 (patch) | |
tree | 460f31c86df6b04b7883d35d68316b79180ef80d /src/include/ui.h | |
parent | 437b085f123f3c019bca2481000e936ee87e7c31 (diff) | |
download | marco-0f78f71ba16b975921944c4436e4e4e9400b4b74.tar.bz2 marco-0f78f71ba16b975921944c4436e4e4e9400b4b74.tar.xz |
Remove more unused functions
Diffstat (limited to 'src/include/ui.h')
-rw-r--r-- | src/include/ui.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/include/ui.h b/src/include/ui.h index a3e4975c..70987d33 100644 --- a/src/include/ui.h +++ b/src/include/ui.h @@ -134,20 +134,6 @@ void meta_ui_window_menu_popup (MetaWindowMenu *menu, guint32 timestamp); void meta_ui_window_menu_free (MetaWindowMenu *menu); -#if !GTK_CHECK_VERSION (3, 0, 0) -MetaImageWindow* meta_image_window_new (Display *xdisplay, - int screen_number, - int max_width, - int max_height); -void meta_image_window_free (MetaImageWindow *iw); -void meta_image_window_set_showing (MetaImageWindow *iw, - gboolean showing); -void meta_image_window_set (MetaImageWindow *iw, - GdkPixbuf *pixbuf, - int x, - int y); -#endif - GdkPixbuf* meta_gdk_pixbuf_get_from_pixmap (GdkPixbuf *dest, Pixmap xpixmap, int src_x, |