From c7d7c63ab0bc7e3b8adb9722d758106dbd5f99fc Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Wed, 7 Oct 2015 16:02:59 -0400 Subject: removed disabled AVMP-4-specific code --- device-functions.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/device-functions.c b/device-functions.c index 27595b4..aed298d 100644 --- a/device-functions.c +++ b/device-functions.c @@ -2494,12 +2494,6 @@ int Set_VI_Control(int parameter,int channel,float new_ampl,int *point_found,int starting_range=3; } - /* for AVMP-4-B: lower ampl range used for first PW range only */ - if (globals.Flash.use_high_ampl_ranges_for_high_pw_ranges[channel] && - ((globals.Registers.shift_reg_out[3] & 0x7f) > 0)) { - top_range_only=1; - } - if (globals.Flash.couple_first_N_pw_ranges_to_ampl_ranges[channel]) { int curr_pw_range = 0; int parse_sr = globals.Registers.shift_reg_out[3] & 0x7f; -- cgit