diff --git a/src/libotutil/ot-gio-utils.h b/src/libotutil/ot-gio-utils.h index 32e80f15..7505c3a2 100644 --- a/src/libotutil/ot-gio-utils.h +++ b/src/libotutil/ot-gio-utils.h @@ -53,11 +53,6 @@ gboolean ot_gfile_rename (GFile *src, GCancellable *cancellable, GError **error); -gboolean ot_gfile_hardlink (GFile *src, - GFile *dest, - GCancellable *cancellable, - GError **error); - gboolean ot_gfile_unlink (GFile *path, GCancellable *cancellable, GError **error);