summaryrefslogtreecommitdiffstats
path: root/logic/MMCJson.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/MMCJson.h')
-rw-r--r--logic/MMCJson.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/logic/MMCJson.h b/logic/MMCJson.h
index b0d898fc..f2cc4b31 100644
--- a/logic/MMCJson.h
+++ b/logic/MMCJson.h
@@ -15,10 +15,6 @@ class JSONValidationError : public MMCError
{
public:
JSONValidationError(QString cause) : MMCError(cause) {};
- virtual QString errorName()
- {
- return "JSONValidationError";
- };
virtual ~JSONValidationError() {};
};