Browse Source

Update README.md

Miguel de Icaza 7 years ago
parent
commit
8eb4949cbc
1 changed files with 0 additions and 2 deletions
  1. 0 2
      README.md

+ 0 - 2
README.md

@@ -60,8 +60,6 @@ class Demo {
             new Button (10, 14, "Cancel"),
             new Label (3, 18, "Press ESC and 9 to activate the menubar"));
 
-        ShowEntries (win);
-
         Application.Run ();
     }
 }