Remove KeePassHttp plugin and qhttp (#1752)

Remove KeePassHttp plugin and qhttp
This commit is contained in:
Jonathan White 2018-03-31 11:36:18 -04:00 committed by GitHub
parent bd654ea1db
commit 410d88bf99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
66 changed files with 7 additions and 10289 deletions

View file

@ -87,9 +87,6 @@ AboutDialog::AboutDialog(QWidget* parent)
#ifdef WITH_XC_BROWSER
extensions += "\n- " + tr("Browser Integration");
#endif
#ifdef WITH_XC_HTTP
extensions += "\n- " + tr("Legacy Browser Integration (KeePassHTTP)");
#endif
#ifdef WITH_XC_SSHAGENT
extensions += "\n- " + tr("SSH Agent");
#endif