Explorar o código

dselect: Remove dead code after break keyword

The commit d4d3484ac88ca3953fef3cf2c0464cdc776b6574 forgot to remove
this code.
Guillem Jover %!s(int64=14) %!d(string=hai) anos
pai
achega
cff3ea8655
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      dselect/pkgdisplay.cc

+ 0 - 2
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: