From 34d2e296a45845f9241cedeafff7b23e06d8f5cf Mon Sep 17 00:00:00 2001 From: Thomas Holder Date: Sun, 9 Dec 2018 15:56:40 +0100 Subject: remove Inkscape::URI::getFullPath --- src/object/uri.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/object/uri.h') 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 @@ -156,16 +156,11 @@ 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; -- cgit v1.2.3