summaryrefslogtreecommitdiff
path: root/src/totem-interface.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-05-11 14:46:51 +0200
committerBastien Nocera <hadess@hadess.net>2021-05-11 14:46:51 +0200
commitdd51996a6e46edfea7b96325ba7a53b63b6a2734 (patch)
tree6e42857236b573ef2c79e7030d0eebad71052e10 /src/totem-interface.h
parent3cb2ab9072832e2a47e189d495d530af79bc090e (diff)
downloadtotem-dd51996a6e46edfea7b96325ba7a53b63b6a2734.tar.gz
main: Remove unused totem_interface_error_with_link()
Diffstat (limited to 'src/totem-interface.h')
-rw-r--r--src/totem-interface.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/totem-interface.h b/src/totem-interface.h
index f06ec3214..277261e80 100644
--- a/src/totem-interface.h
+++ b/src/totem-interface.h
@@ -43,11 +43,6 @@ void totem_interface_error (const char *title,
void totem_interface_error_blocking (const char *title,
const char *reason,
GtkWindow *parent);
-void totem_interface_error_with_link (const char *title,
- const char *reason,
- const char *uri,
- const char *label,
- GtkWindow *parent);
GtkWidget * totem_interface_create_header_button (GtkWidget *header,
GtkWidget *button,
const char *icon_name,