X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcoresession.h;h=492208aeb3710f6f1e37546c307564a0ed3b010e;hb=cb1b16fce88b240c735b942aad44a61a1dd3f28d;hp=7dd03c4b742422be2fd2166fb405b700c5015e31;hpb=c0c8cea57282c56951562e427bc1acb3ee2028a3;p=quassel.git diff --git a/src/core/coresession.h b/src/core/coresession.h index 7dd03c4b..492208ae 100644 --- a/src/core/coresession.h +++ b/src/core/coresession.h @@ -93,11 +93,6 @@ public slots: */ void createNetwork(const NetworkInfo &info); - //! Update a network and propagate the changes to the clients. - /** \param info The updated network settings. - */ - void updateNetwork(const NetworkInfo &info); - //! Remove identity and propagate that fact to the clients. /** \param identity The identity to be removed. */ @@ -163,7 +158,6 @@ private slots: void destroyNetwork(NetworkId); void identityUpdated(const QVariantMap &); - //void networkUpdated(const QVariantMap &); //! Called when storage updated a BufferInfo. /** This emits bufferInfoUpdated() via SignalProxy, iff it's one of our buffers.