bin/live_edit: remove unimportant message.

This commit is contained in:
ChunEon Park 2015-03-01 18:55:11 +09:00
parent 86de812d51
commit 76b56d92a2
1 changed files with 1 additions and 4 deletions

View File

@ -916,10 +916,7 @@ live_edit_toggle(void)
stats_info_msg_update("Select a part to add in Live View.");
}
else
{
live_edit_cancel();
stats_info_msg_update("Live View Edit Mode Disabled.");
}
live_edit_cancel();
ld->on = on;
}