diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-11-18 17:41:39 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-11-18 17:41:39 +0200 |
commit | 2ba9153bfa8abd642c4529b454f65ed807f0afb6 (patch) | |
tree | 1afc26f282c03622f4bd2d7ff28a8027e9e8f072 /python/spec-py.h | |
parent | 0e77aba7fb9f3e5cd875acc124ea4de2dea3c247 (diff) | |
download | librpm-tizen-2ba9153bfa8abd642c4529b454f65ed807f0afb6.tar.gz librpm-tizen-2ba9153bfa8abd642c4529b454f65ed807f0afb6.tar.bz2 librpm-tizen-2ba9153bfa8abd642c4529b454f65ed807f0afb6.zip |
Lose the silly specFromSpec()
- its our own private data structure we're accessing here, no need
for extra wrappers and nothing outside spec-py.c needs this
Diffstat (limited to 'python/spec-py.h')
-rw-r--r-- | python/spec-py.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/spec-py.h b/python/spec-py.h index 30c5cd977..4894d1af3 100644 --- a/python/spec-py.h +++ b/python/spec-py.h @@ -9,8 +9,6 @@ extern PyTypeObject spec_Type; #define specObject_Check(v) ((v)->ob_type == &spec_Type) -rpmSpec specFromSpec(specObject * spec); - PyObject * spec_Wrap(PyTypeObject *subtype, rpmSpec spec); #endif /* RPMPYTHON_SPEC */ |