diff options
| -rw-r--r-- | AptSources/DistInfo.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/AptSources/DistInfo.py b/AptSources/DistInfo.py index 56c19623..69bc3410 100644 --- a/AptSources/DistInfo.py +++ b/AptSources/DistInfo.py @@ -73,8 +73,6 @@ class Component: self.description = desc def set_description_long(self, desc): self.description_long = desc - def get_description(self): - return self.description def get_description_long(self): return self.description_long |
