diff options
Diffstat (limited to 'error_utils.c')
-rw-r--r-- | error_utils.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/error_utils.c b/error_utils.c index 61eaeb4..974da44 100644 --- a/error_utils.c +++ b/error_utils.c @@ -61,7 +61,6 @@ void set_gpib_error_flags (int error_num) case SelfCalError: case NetworkNotFound: case Startup_Not_Finished: - case Cal_In_Progress: GPIB_Set_Device_Dependent_Error(); break; default: @@ -525,10 +524,6 @@ void get_error_text(gchar **response, int error_num) format_error_text(response,-300,"Not ready for commands yet. Still booting up."); break; - case Cal_In_Progress: - format_error_text(response,-300,"Calibration in progress. Turn off instrument to cancel."); - break; - default: format_error_text(response,-200,"Specific problem unknown."); } |