summaryrefslogtreecommitdiff
path: root/src/eom-close-confirmation-dialog.h
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-07-22 22:12:40 +0200
committerraveit65 <[email protected]>2018-07-23 23:14:12 +0200
commit9593351e473942268e6297011634d75246d4e246 (patch)
tree80eae6dba35922cf4916720fe8b0fbf322d72084 /src/eom-close-confirmation-dialog.h
parent704107b490aa9e33ac805f08af8f9a9f35b0bb75 (diff)
downloadeom-9593351e473942268e6297011634d75246d4e246.tar.bz2
eom-9593351e473942268e6297011634d75246d4e246.tar.xz
Drop eom_close_confirmation_dialog_set_sensitive
This internal function is only used at one place. No need to set the dialog buttons insensitive after save-image is executed. As result we don't use deprecated gtk_dialog_get_action_area inspired by comment from https://gitlab.gnome.org/GNOME/eog/commit/a48af02
Diffstat (limited to 'src/eom-close-confirmation-dialog.h')
-rw-r--r--src/eom-close-confirmation-dialog.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/eom-close-confirmation-dialog.h b/src/eom-close-confirmation-dialog.h
index 624b807..a843a9a 100644
--- a/src/eom-close-confirmation-dialog.h
+++ b/src/eom-close-confirmation-dialog.h
@@ -72,8 +72,5 @@ const GList *eom_close_confirmation_dialog_get_unsaved_images (EomCloseConfirmat
G_GNUC_INTERNAL
GList *eom_close_confirmation_dialog_get_selected_images (EomCloseConfirmationDialog *dlg);
-G_GNUC_INTERNAL
-void eom_close_confirmation_dialog_set_sensitive (EomCloseConfirmationDialog *dlg, gboolean value);
-
#endif /* __EOM_CLOSE_CONFIRMATION_DIALOG_H__ */