libotutil: Drop dead prototype

Was never implemented.
This commit is contained in:
Colin Walters 2012-11-29 15:56:17 -05:00
parent f2b1be6a1e
commit d1ddfc973c
1 changed files with 0 additions and 5 deletions

View File

@ -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);