$OpenBSD: patch-src_gui_creds_credentialsfactory_cpp,v 1.1.1.1 2019/11/16 10:27:43 rsadowski Exp $

Index: src/gui/creds/credentialsfactory.cpp
--- src/gui/creds/credentialsfactory.cpp.orig
+++ src/gui/creds/credentialsfactory.cpp
@@ -21,7 +21,6 @@
 #ifndef NO_SHIBBOLETH
 #include "creds/shibbolethcredentials.h"
 #endif
-#include "creds/webflowcredentials.h"
 
 namespace OCC {
 
@@ -40,8 +39,6 @@ namespace CredentialsFactory {
         } else if (type == "shibboleth") {
             return new ShibbolethCredentials;
 #endif
-        } else if (type == "webflow") {
-            return new WebFlowCredentials;
         } else {
             qCWarning(lcGuiCredentials, "Unknown credentials type: %s", qPrintable(type));
             return new DummyCredentials;
