diff options
| author | Emmanuel Pescosta <[email protected]> | 2014-10-01 12:34:49 +0200 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2014-10-01 12:34:49 +0200 |
| commit | 6a09781a3b99bbca2b2c66ee3041208a02ead0ca (patch) | |
| tree | 1a0f7b311086acee40d82be6a88f2fab6d6bb343 /src/views/viewproperties.h | |
| parent | 1d590aa7d50bcf955e3356a09dcaa88e1989aa3a (diff) | |
Ported Dolphin away from KStandardDirs
removed unused mirroredDirectory method
REVIEW: 120194
Diffstat (limited to 'src/views/viewproperties.h')
| -rw-r--r-- | src/views/viewproperties.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/views/viewproperties.h b/src/views/viewproperties.h index 69b507f1b..d794edf65 100644 --- a/src/views/viewproperties.h +++ b/src/views/viewproperties.h @@ -164,15 +164,6 @@ private: */ static QString directoryHashForUrl(const KUrl& url); - /** - * Returns the URL of the directory, where the mirrored view properties - * are stored into. Mirrored view properties are used if: - * - there is no write access for storing the view properties into - * the original directory - * - for non local directories - */ - static KUrl mirroredDirectory(); - Q_DISABLE_COPY(ViewProperties) private: |
