summaryrefslogtreecommitdiff
path: root/gi/overrides/GObject.py
diff options
context:
space:
mode:
Diffstat (limited to 'gi/overrides/GObject.py')
-rw-r--r--gi/overrides/GObject.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/gi/overrides/GObject.py b/gi/overrides/GObject.py
index 83f14813..2187ce54 100644
--- a/gi/overrides/GObject.py
+++ b/gi/overrides/GObject.py
@@ -205,9 +205,6 @@ __all__ += ['features', 'list_properties', 'new',
class Value(GObjectModule.Value):
- def __new__(cls, *args, **kwargs):
- return GObjectModule.Value.__new__(cls)
-
def __init__(self, value_type=None, py_value=None):
GObjectModule.Value.__init__(self)
if value_type is not None: