aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/pysideproperty_p.h
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-12-08 16:35:45 -0200
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:47:57 -0300
commit8252145146de231387173d9b7beac284159f4b61 (patch)
treec1c9ec87ab58c9b3134be3470f033d56f3669dcd /libpyside/pysideproperty_p.h
parent621275639b45b36e64ad9a594be133fc9043c044 (diff)
Remove unused field "type" from PySideProperty private struct.
Diffstat (limited to 'libpyside/pysideproperty_p.h')
-rw-r--r--libpyside/pysideproperty_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libpyside/pysideproperty_p.h b/libpyside/pysideproperty_p.h
index 7731f3eed..5cef5dafd 100644
--- a/libpyside/pysideproperty_p.h
+++ b/libpyside/pysideproperty_p.h
@@ -34,7 +34,6 @@ extern "C"
struct PySidePropertyPrivate {
char* typeName;
- PyObject* type;
PySide::Property::MetaCallHandler metaCallHandler;
PyObject* fget;
PyObject* fset;