[gobject-introspection] scanner: Remove duplicate declaration of ErrorQuarkFunction
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] scanner: Remove duplicate declaration of ErrorQuarkFunction
- Date: Fri, 6 Jan 2012 20:06:05 +0000 (UTC)
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]