]> git.llucax.com Git - z.facultad/75.52/treemulator.git/blobdiff - viewer/view_btree_data.cpp
Agrega Makefile a doc/.
[z.facultad/75.52/treemulator.git] / viewer / view_btree_data.cpp
index 0c29461bab2619024db1d9da1143c9fc68b77f4a..e1df3c2a69b5b304a57ff5ca48c45ba75117fb1e 100644 (file)
@@ -14,10 +14,6 @@ void ViewBTreeData::init (Canvas::Group *parent)
 {
        double w = property_x2() - property_x1();
        double h = property_y2() - property_y1();
-
-       Canvas::Rect *ptr = new Canvas::Rect (*parent, property_x1()+w-NODE_PTR_WIDTH, h-NODE_PTR_WIDTH, property_x1()+w-1, h-1);
-       ptr->property_fill_color () = "green";
-       ptr->property_outline_color () = "black";
 }
                
 bool ViewBTreeData::on_event (GdkEvent *p1)