X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreusersettings.h;h=8ee3a1014cf2d929c993d5831794d2a739357224;hp=bf303cfad74e39509141a052bbf5ec79be004ce9;hb=f824db0e31b54969e0b7fa0b5405b1e9173d482c;hpb=6623fd2d46dadd0168e4e28d1db6944c26c2a773 diff --git a/src/core/coreusersettings.h b/src/core/coreusersettings.h index bf303cfa..8ee3a101 100644 --- a/src/core/coreusersettings.h +++ b/src/core/coreusersettings.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel IRC Team * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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());