]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
libvaladoc/api: Drop glib_error
authorFlorian Brosch <flo.brosch@gmail.com>
Sat, 21 Jul 2012 14:58:43 +0000 (16:58 +0200)
committerFlorian Brosch <flo.brosch@gmail.com>
Sat, 21 Jul 2012 14:59:11 +0000 (16:59 +0200)
src/libvaladoc/api/class.vala
src/libvaladoc/api/tree.vala

index a820d8286662e9e649d6e9699a1637c87c5d7f3a..6c19ea0786072dd2850e0d2ed544bfd50c6278c2 100644 (file)
@@ -61,12 +61,6 @@ public class Valadoc.Api.Class : TypeSymbol {
 
                this.is_fundamental = is_fundamental;
                this.is_abstract = is_abstract;
-
-               if (glib_error == null) {
-                       if (this.get_full_name () == "GLib.Error") {
-                               glib_error = this;
-                       }
-               }
        }
 
        /**
index d4da906ba6f13a4d2a2cf8a5e8d51fd78a9146ef..930ee2968e540211bcafe07a9d6687113db23e82 100644 (file)
@@ -24,9 +24,6 @@ using Valadoc.Importer;
 using Gee;
 
 
-private Valadoc.Api.Class glib_error = null;
-
-
 
 /**
  * The root of the code tree.