diff options
Diffstat (limited to 'src/object/uri.h')
| -rw-r--r-- | src/object/uri.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/object/uri.h b/src/object/uri.h index 04c4fabe6..d3cbae596 100644 --- a/src/object/uri.h +++ b/src/object/uri.h @@ -134,13 +134,6 @@ public: const char *getOpaque() const { return _impl->getOpaque(); } /** - * @deprecated The regular constructor auto-detects UTF-8 characters and percent-encodes them. - * - * @todo remove, it's unused and percent-encodes most reserved characters, including "%", ":", "?", "#". - */ - static URI fromUtf8( char const* path ); - - /** * Construct a "file" URI from an absolute filename. */ static URI from_native_filename(char const *path); |
