Remove unnecessary config file

svn path=/trunk/gtk-sharp/; revision=43602
This commit is contained in:
Miguel de Icaza 2005-04-26 17:10:10 +00:00
parent bb023fe221
commit f88799c77e

View file

@ -11,7 +11,9 @@ class HTMLSample {
Application.Init ();
html = new HTML ();
win = new Window ("Test");
win.Add (html);
ScrolledWindow sw = new ScrolledWindow ();
win.Add (sw);
sw.Add (html);
HTMLStream s = html.Begin ("text/html");
if (args.Length > 0) {