Yearly copyright bump :)
[quassel.git] / src / core / coreusersettings.h
index bf303cf..8ee3a10 100644 (file)
@@ -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<NetworkId> networkIds();
-    void storeNetworkInfo(const NetworkInfo &info);
-    void removeNetworkInfo(NetworkId id);
-
     void setSessionState(const QVariant &data);
     QVariant sessionState(const QVariant &def = QVariant());