From c5fb1fc9098e0f5a50f4cc1a8599c1d1809f116b Mon Sep 17 00:00:00 2001 From: monsta Date: Thu, 13 Apr 2017 13:51:20 +0300 Subject: shell: remove unused code from utils --- shell/ev-utils.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'shell/ev-utils.h') diff --git a/shell/ev-utils.h b/shell/ev-utils.h index 81acc463..f37f5af6 100644 --- a/shell/ev-utils.h +++ b/shell/ev-utils.h @@ -26,19 +26,12 @@ G_BEGIN_DECLS -GdkPixbuf* ev_pixbuf_add_shadow (GdkPixbuf *src, int size, - int x_offset, int y_offset, double opacity); - -void ev_print_region_contents (cairo_region_t *region); - void ev_gui_menu_position_tree_selection (GtkMenu *menu, gint *x, gint *y, gboolean *push_in, gpointer user_data); -gint get_num_monitors (GtkWindow * window); - void file_chooser_dialog_add_writable_pixbuf_formats (GtkFileChooser *chooser); GdkPixbufFormat* get_gdk_pixbuf_format_by_extension (gchar *uri); -- cgit v1.2.1