diff options
Diffstat (limited to 'src/viewproperties.cpp')
| -rw-r--r-- | src/viewproperties.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/viewproperties.cpp b/src/viewproperties.cpp index 45aadba23..cf675f30a 100644 --- a/src/viewproperties.cpp +++ b/src/viewproperties.cpp @@ -208,13 +208,3 @@ QString ViewProperties::destinationDir(const QString& subDir) const basePath.append("/view_properties/").append(subDir); return KStandardDirs::locateLocal("data", basePath); } - -ViewProperties::ViewProperties(const ViewProperties& /*props*/) -{ - assert(false); -} - -ViewProperties& ViewProperties::operator = (const ViewProperties& /*props*/) -{ - assert(false); -} |
