diff options
author | monsta <[email protected]> | 2017-04-13 13:51:20 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-04-13 13:51:20 +0300 |
commit | c5fb1fc9098e0f5a50f4cc1a8599c1d1809f116b (patch) | |
tree | c34881e2f7ecad5bb0bd49cb7a585d5d75815290 /shell/ev-utils.h | |
parent | b8b8f3e1541e8492f747d31e0a96fe4076484874 (diff) | |
download | atril-c5fb1fc9098e0f5a50f4cc1a8599c1d1809f116b.tar.bz2 atril-c5fb1fc9098e0f5a50f4cc1a8599c1d1809f116b.tar.xz |
shell: remove unused code from utils
Diffstat (limited to 'shell/ev-utils.h')
-rw-r--r-- | shell/ev-utils.h | 7 |
1 files changed, 0 insertions, 7 deletions
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); |