X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreusersettings.h;h=5759d721f91cdb94e28dc522b2b4555e4737420e;hp=bf303cfad74e39509141a052bbf5ec79be004ce9;hb=ac21cc48d22f0cf58a98b74754fa94564a8e3f45;hpb=6623fd2d46dadd0168e4e28d1db6944c26c2a773 diff --git a/src/core/coreusersettings.h b/src/core/coreusersettings.h index bf303cfa..5759d721 100644 --- a/src/core/coreusersettings.h +++ b/src/core/coreusersettings.h @@ -38,11 +38,6 @@ class CoreUserSettings : public CoreSettings { void storeIdentity(const Identity &identity); void removeIdentity(IdentityId id); - NetworkInfo networkInfo(NetworkId id); - QList networkIds(); - void storeNetworkInfo(const NetworkInfo &info); - void removeNetworkInfo(NetworkId id); - void setSessionState(const QVariant &data); QVariant sessionState(const QVariant &def = QVariant());