Explorar el Código

dselect: Remove dead code after break keyword

The commit d4d3484ac88ca3953fef3cf2c0464cdc776b6574 forgot to remove
this code.
Guillem Jover hace 14 años
padre
commit
cff3ea8655
Se han modificado 1 ficheros con 0 adiciones y 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: