From fcee9aa72ba3f547c42d82df828a7bc19b09bd14 Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Tue, 18 Sep 2012 08:43:03 -0400 Subject: Removed seemingly useless code It also crashes matlab since it calls for unset variable --- gui_win.m | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gui_win.m') diff --git a/gui_win.m b/gui_win.m index d3a64f7..e272f55 100644 --- a/gui_win.m +++ b/gui_win.m @@ -170,10 +170,6 @@ image_cleaned = 0; image_fitted = 0; set(handles.showcross,'Value',0); set(handles.chooseoriginal,'Value',1); -if image_display > 0 -image_display = image_original; -display_stuff(handles); -end; isworking =1; % Paint the button and change text set(handles.button2start,'BackgroundColor','Red'); -- cgit v1.2.3