The following commit has been merged in the master branch:
commit cff3ea86551a847ff83de8b324a3d4eac41fb0ff
Author: Guillem Jover <guil...@debian.org>
Date:   Mon Jan 9 06:50:26 2012 +0100

    dselect: Remove dead code after break keyword
    
    The commit d4d3484ac88ca3953fef3cf2c0464cdc776b6574 forgot to remove
    this code.

diff --git a/dselect/pkgdisplay.cc b/dselect/pkgdisplay.cc
index 18e1af6..cfd9b27 100644
--- a/dselect/pkgdisplay.cc
+++ b/dselect/pkgdisplay.cc
@@ -248,8 +248,6 @@ void packagelist::redrawtitle() {
           internerr("bad statsort in redrawtitle/so_priority");
         }
         break;
-        waddnstr(titlewin, _(" (alphabetically)"), xmax-x);
-        break;
       case so_unsorted:
         break;
       default:

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to debian-dpkg-cvs-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to