(svn r3300) Remove unreachable code - in this case some duplicate breaks

This commit is contained in:
tron
2005-12-14 06:49:54 +00:00
parent bd2eba11b7
commit 28b8b7e269
5 changed files with 8 additions and 13 deletions

View File

@@ -833,7 +833,7 @@ static void AircraftDepotWndProc(Window *w, WindowEvent *e)
DeleteWindowById(WC_BUILD_VEHICLE, w->window_number);
break;
case WE_DRAGDROP: {
case WE_DRAGDROP:
switch(e->click.widget) {
case 5: {
Vehicle *v;
@@ -871,8 +871,6 @@ static void AircraftDepotWndProc(Window *w, WindowEvent *e)
SetWindowDirty(w);
}
break;
}
break;
case WE_RESIZE:
w->vscroll.cap += e->sizing.diff.y / 24;