diff options
| author | Thomas Holder <thomas@thomas-holder.de> | 2018-12-09 14:56:40 +0000 |
|---|---|---|
| committer | Thomas Holder <thomas@thomas-holder.de> | 2018-12-09 20:50:04 +0000 |
| commit | 34d2e296a45845f9241cedeafff7b23e06d8f5cf (patch) | |
| tree | dea6c03ac9504dfbeebbd3671c5dd632671efcca /src/object/uri.h | |
| parent | Fix license in new files (diff) | |
| download | inkscape-34d2e296a45845f9241cedeafff7b23e06d8f5cf.tar.gz inkscape-34d2e296a45845f9241cedeafff7b23e06d8f5cf.zip | |
remove Inkscape::URI::getFullPath
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; |
