]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- removed apparently unused error code
authorArvin Schnell <aschnell@suse.de>
Fri, 12 Dec 2014 09:38:43 +0000 (10:38 +0100)
committerArvin Schnell <aschnell@suse.de>
Fri, 12 Dec 2014 09:38:43 +0000 (10:38 +0100)
client/errors.cc

index 9e54b62ec073ebd0cbded7dc5945936bc9bb7054..b0323911a05e83c8d2e09bed0a305b35c3d8b9f5 100644 (file)
@@ -60,9 +60,6 @@ error_description(const DBus::ErrorException& e)
     if (name == "error.snapshot_in_use")
        return _("Snapshot is in use.");
 
-    if (name == "error.unknown_file")
-       return _("Unknown file.");
-
     if (name == "error.io_error")
        return _("IO Error.");