]> git.llucax.com Git - z.facultad/75.52/treemulator.git/blobdiff - viewer/view_btree_data.cpp
Guardo los nodos por recuperar al salir.
[z.facultad/75.52/treemulator.git] / viewer / view_btree_data.cpp
index e1df3c2a69b5b304a57ff5ca48c45ba75117fb1e..2d4a753bb53771204877be50979b1229976a9d28 100644 (file)
@@ -12,8 +12,6 @@ ViewBTreeData::ViewBTreeData (BTreeData *data, Canvas::Group *parent, double x1,
 
 void ViewBTreeData::init (Canvas::Group *parent)
 {
-       double w = property_x2() - property_x1();
-       double h = property_y2() - property_y1();
 }
                
 bool ViewBTreeData::on_event (GdkEvent *p1)