summaryrefslogtreecommitdiff
path: root/dselect/pkgdisplay.cc
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2012-03-20 09:48:51 +0100
committerGuillem Jover <guillem@debian.org>2012-03-27 20:10:09 +0200
commitc594b0dc8ae68913e8a391feabc77a7a34d91ce3 (patch)
treecdca66bb354bf10cf4156915ae102ab6e0d481b2 /dselect/pkgdisplay.cc
parent5eca0227ae5d148cc2cbfcbd3404b87c7ad62c52 (diff)
downloaddpkg-c594b0dc8ae68913e8a391feabc77a7a34d91ce3.tar.gz
dselect: Move gap_width from derived classes to baselist
Diffstat (limited to 'dselect/pkgdisplay.cc')
-rw-r--r--dselect/pkgdisplay.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/dselect/pkgdisplay.cc b/dselect/pkgdisplay.cc
index 8c2412e9e..4d8a25706 100644
--- a/dselect/pkgdisplay.cc
+++ b/dselect/pkgdisplay.cc
@@ -146,8 +146,6 @@ void packagelist::setwidths() {
}
section_width= 8;
- gap_width= 1;
-
if (sortorder == so_section) {
section_column= status_width + gap_width;
priority_column= section_column + section_width + gap_width;