diff --git a/doc/en/Gtk/VBox.xml b/doc/en/Gtk/VBox.xml index 5df0e49d2..ecefe68a7 100644 --- a/doc/en/Gtk/VBox.xml +++ b/doc/en/Gtk/VBox.xml @@ -22,10 +22,6 @@ class VBoxTester { Window myWindow = new Window ("VBox Widget"); VBox myBox = new VBox (false, 4); - - //Add some buttons to the vertical box - AddButton (myBox); - AddButton (myBox); //Add the box to a Window container myWindow.Add (myBox); @@ -125,4 +121,4 @@ class VBoxTester { - + \ No newline at end of file