diff options
Diffstat (limited to 'api/logic/minecraft/ProfilePatch.h')
-rw-r--r-- | api/logic/minecraft/ProfilePatch.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/api/logic/minecraft/ProfilePatch.h b/api/logic/minecraft/ProfilePatch.h index 26230092..b61fb8b3 100644 --- a/api/logic/minecraft/ProfilePatch.h +++ b/api/logic/minecraft/ProfilePatch.h @@ -92,10 +92,6 @@ public: { return m_problemSeverity; } - virtual bool hasFailed() - { - return getProblemSeverity() == PROBLEM_ERROR; - } protected: QList<PatchProblem> m_problems; |