diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-09-18 08:43:03 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-09-18 08:43:03 -0400 |
commit | fcee9aa72ba3f547c42d82df828a7bc19b09bd14 (patch) | |
tree | 091cd12516c78ebe19d4f0453007ccf1a9a3adcb /gui_win.m | |
parent | a30548fd5712d8a5ab8b046eaa33269e07fcff08 (diff) | |
download | beam_profiler-fcee9aa72ba3f547c42d82df828a7bc19b09bd14.tar.gz beam_profiler-fcee9aa72ba3f547c42d82df828a7bc19b09bd14.zip |
Removed seemingly useless code
It also crashes matlab since it calls for unset variable
Diffstat (limited to 'gui_win.m')
-rw-r--r-- | gui_win.m | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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'); |