complete previous fix

This commit is contained in:
stefan schippers 2025-02-13 02:44:26 +01:00
parent 7087ae5a2a
commit ed3190c9b1
1 changed files with 0 additions and 2 deletions

View File

@ -1662,7 +1662,6 @@ static int end_place_move_copy_zoom()
tcleval("set constr_mv 0" );
return 0;
}
#if 0 /* this code never executed */
else if(xctx->ui_state & STARTMOVE) {
move_objects(END,0,0,0);
xctx->ui_state &=~START_SYMPIN;
@ -1676,7 +1675,6 @@ static int end_place_move_copy_zoom()
tcleval("set constr_mv 0" );
return 1;
}
#endif
return 0;
}