(svn r3300) Remove unreachable code - in this case some duplicate breaks
This commit is contained in:
@@ -738,7 +738,7 @@ static void RoadDepotWndProc(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;
|
||||
@@ -776,8 +776,6 @@ static void RoadDepotWndProc(Window *w, WindowEvent *e)
|
||||
SetWindowDirty(w);
|
||||
}
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
||||
case WE_RESIZE: {
|
||||
/* Update the scroll + matrix */
|
||||
|
||||
Reference in New Issue
Block a user