tweakinating
[quassel.git] / src / core / postgresqlstorage.h
index d83b4cc..536fa61 100644 (file)
@@ -111,9 +111,6 @@ protected:
   bool beginReadOnlyTransaction(QSqlDatabase &db);
 
 private:
   bool beginReadOnlyTransaction(QSqlDatabase &db);
 
 private:
-  bool isValidNetwork(UserId user, const NetworkId &networkId);
-  bool isValidBuffer(const UserId &user, const BufferId &bufferId);
-
   void bindNetworkInfo(QSqlQuery &query, const NetworkInfo &info);
   void bindServerInfo(QSqlQuery &query, const Network::Server &server);
 
   void bindNetworkInfo(QSqlQuery &query, const NetworkInfo &info);
   void bindServerInfo(QSqlQuery &query, const Network::Server &server);