diff options
Diffstat (limited to 'src/object/uri.h')
| -rw-r--r-- | src/object/uri.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/object/uri.h b/src/object/uri.h index f8a28726b..04c4fabe6 100644 --- a/src/object/uri.h +++ b/src/object/uri.h @@ -157,15 +157,10 @@ public: static URI from_href_and_basedir(char const *href, char const *basedir); /** - * @deprecated Use ::toNativeFilename() instead - * - * @todo remove - */ - const std::string getFullPath(std::string const &base) const; - - /** * Convert this URI to a native filename. * + * Discards the fragment identifier. + * * @throw Glib::ConvertError If this is not a "file" URI */ std::string toNativeFilename() const; |
