┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/viewproperties.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/viewproperties.cpp')
-rw-r--r--src/viewproperties.cpp10
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);
-}