diff options
Diffstat (limited to 'lang/cpp/src/gpgadduserideditinteractor.cpp')
-rw-r--r-- | lang/cpp/src/gpgadduserideditinteractor.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/cpp/src/gpgadduserideditinteractor.cpp b/lang/cpp/src/gpgadduserideditinteractor.cpp index c26f5593..1f27c84f 100644 --- a/lang/cpp/src/gpgadduserideditinteractor.cpp +++ b/lang/cpp/src/gpgadduserideditinteractor.cpp @@ -120,10 +120,6 @@ unsigned int GpgAddUserIDEditInteractor::nextState(unsigned int status, const ch static const Error INV_EMAIL_ERROR = Error::fromCode(GPG_ERR_INV_USER_ID); static const Error INV_COMMENT_ERROR = Error::fromCode(GPG_ERR_INV_USER_ID); - if (needsNoResponse(status)) { - return state(); - } - using namespace GpgAddUserIDEditInteractor_Private; switch (state()) { |