From a1309f192b36d7bd6024c3f7f58d40b3f2b3585b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Mart=C3=ADnez=20Juli=C3=A1?= Date: Wed, 23 Apr 2003 21:29:04 +0000 Subject: [PATCH] Using shouldn't reference a class. Modified the file to get it build. svn path=/trunk/gtk-sharp/; revision=13947 --- sample/TreeViewDemo.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/sample/TreeViewDemo.cs b/sample/TreeViewDemo.cs index 7e5944365..814005110 100644 --- a/sample/TreeViewDemo.cs +++ b/sample/TreeViewDemo.cs @@ -8,7 +8,6 @@ namespace GtkSamples { using System; using System.Drawing; using System.Reflection; - using System.AppDomain; using GLib; using Gtk;