diff options
author | Hugo Parente Lima <hugo.pl@gmail.com> | 2010-12-08 16:35:45 -0200 |
---|---|---|
committer | Hugo Parente Lima <hugo.pl@gmail.com> | 2010-12-09 14:40:57 -0200 |
commit | dc732da7a8f13b26ddae6474d92a889303e0fa46 (patch) | |
tree | 3d817264fc85d7e779f8caff8b434b5f678ff92d | |
parent | 1422aed61669e0d1710f0da19ba57c58a613f397 (diff) | |
download | pyside-dc732da7a8f13b26ddae6474d92a889303e0fa46.tar.gz pyside-dc732da7a8f13b26ddae6474d92a889303e0fa46.tar.xz pyside-dc732da7a8f13b26ddae6474d92a889303e0fa46.zip |
Remove unused field "type" from PySideProperty private struct.
-rw-r--r-- | libpyside/pysideproperty_p.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpyside/pysideproperty_p.h b/libpyside/pysideproperty_p.h index 7731f3e..5cef5da 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; |