[gobject-introspection] scanner: Remove duplicate declaration of ErrorQuarkFunction



commit 02410b7e36a5bc02a07e9f9661fed672715f09f8
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Dec 12 15:24:20 2011 -0500

    scanner: Remove duplicate declaration of ErrorQuarkFunction

 giscanner/ast.py |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/giscanner/ast.py b/giscanner/ast.py
index b228a56..91faff8 100644
--- a/giscanner/ast.py
+++ b/giscanner/ast.py
@@ -596,13 +596,6 @@ class ErrorQuarkFunction(Function):
         self.error_domain = error_domain
 
 
-class ErrorQuarkFunction(Function):
-
-    def __init__(self, name, retval, parameters, throws, symbol, error_domain):
-        Function.__init__(self, name, retval, parameters, throws, symbol)
-        self.error_domain = error_domain
-
-
 class VFunction(Callable):
 
     def __init__(self, name, retval, parameters, throws):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]