[kgraphviewer-devel] extragear/graphics/kgraphviewer/src/part

Milian Wolff mail at milianw.de
Wed Jul 7 12:29:57 CEST 2010


SVN commit 1147057 by mwolff:

remove obsolete functions

 M  +0 -10     kgraphviewer_part.h  


--- trunk/extragear/graphics/kgraphviewer/src/part/kgraphviewer_part.h #1147056:1147057
@@ -136,16 +136,6 @@
   void slotSetLayoutMethod(LayoutMethod method);
   void slotRenameNode(const QString& oldNodeName, const QString& newNodeName);
   
-  QList<QString> nodesIds()
-  {
-//     return nodesIdsPrivate();
-  }
-  
-  QMap<QString,QString> nodeAtributes(const QString& nodeId)
-  {
-//     return nodeAtributesPrivate(nodeId);
-  }
-  
 /*  inline DotGraph* graph() {return m_widget->graph();}
   inline const DotGraph* graph() const {return m_widget->graph();}*/
   


More information about the kgraphviewer-devel mailing list