From f3a4607d6a722a862af0eb9747a15dcdf624b6fb Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 3 Nov 2019 00:18:10 +0200 Subject: Drop boost dependency - wrote not-invented-here config file parser and conf class - spent obscene amount of time plugging in said conf class --- include/browserinterface.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') diff --git a/include/browserinterface.h b/include/browserinterface.h index ef89456..4cdc63b 100644 --- a/include/browserinterface.h +++ b/include/browserinterface.h @@ -14,11 +14,6 @@ class BrowserInterface public: virtual ~BrowserInterface() = default; - // configuration access - virtual const QStringList configurationOptions() const = 0; - virtual const QString configuration(const QString &key) const = 0; - virtual void setConfiguration(const QString &key, const QString &value) = 0; - // profile access virtual const QList> profileList() const = 0; virtual QPair loadProfile(const QString &id, bool isOffTheRecord = true) = 0; -- cgit v1.2.1