summaryrefslogtreecommitdiff
path: root/src/gtk-utils.h
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-02-29 15:39:01 +0100
committerraveit65 <[email protected]>2020-03-25 12:40:29 +0100
commitfbcbacb489100dbb876de3b2f5226f87e8f10092 (patch)
tree3baff19256d500cc3fd52bd848415faa623c9e60 /src/gtk-utils.h
parent05e729bf081b377db659c5a98fc7ef912eb5f092 (diff)
downloadengrampa-fbcbacb489100dbb876de3b2f5226f87e8f10092.tar.bz2
engrampa-fbcbacb489100dbb876de3b2f5226f87e8f10092.tar.xz
gtk-utils: Remove _gtk_count_selected
Diffstat (limited to 'src/gtk-utils.h')
-rw-r--r--src/gtk-utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gtk-utils.h b/src/gtk-utils.h
index 9d43078..3d6c260 100644
--- a/src/gtk-utils.h
+++ b/src/gtk-utils.h
@@ -27,7 +27,6 @@
#include <gio/gio.h>
#include <gtk/gtk.h>
-int _gtk_count_selected (GtkTreeSelection *selection);
GtkWidget* _gtk_message_dialog_new (GtkWindow *parent,
GtkDialogFlags flags,
const char *icon_name,