From 7e2803d6dd65016bfd925345adf3abdfbbbe6056 Mon Sep 17 00:00:00 2001 From: Jan Mulder Date: Tue, 1 Aug 2017 14:35:57 +0200 Subject: mobile: remove superfluous state INCOMPLETE And here, the removal of a second superfluous state from QMLManager. This is true no-brainer. While this state was set once troughout the entire mobile code, it was never tested for this state. Testing shows that it is safe to change to the UNKNOWN state. Signed-off-by: Jan Mulder --- mobile-widgets/qmlmanager.h | 1 - 1 file changed, 1 deletion(-) (limited to 'mobile-widgets/qmlmanager.h') diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h index d1595cd5f..fc468baf4 100644 --- a/mobile-widgets/qmlmanager.h +++ b/mobile-widgets/qmlmanager.h @@ -49,7 +49,6 @@ public: ~QMLManager(); enum credentialStatus_t { - INCOMPLETE, UNKNOWN, INVALID, VALID, -- cgit v1.2.3-70-g09d2