summaryrefslogtreecommitdiff
path: root/python/apt_pkgmodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'python/apt_pkgmodule.h')
-rw-r--r--python/apt_pkgmodule.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/python/apt_pkgmodule.h b/python/apt_pkgmodule.h
index 82389590..bc4c5509 100644
--- a/python/apt_pkgmodule.h
+++ b/python/apt_pkgmodule.h
@@ -63,10 +63,6 @@ PyObject *TmpGetCache(PyObject *Self,PyObject *Args);
extern PyTypeObject PkgDepCacheType;
PyObject *GetDepCache(PyObject *Self,PyObject *Args);
-// Progress
-bool AddOpProgressToModule(PyObject *Dict);
-PyObject *GetOpProgress(PyObject *Self,PyObject *Args);
-
// PkgRecords Stuff
extern PyTypeObject PkgRecordsType;
PyObject *GetPkgRecords(PyObject *Self,PyObject *Args);