Remove unused import

This commit is contained in:
Dale Schultz 2021-12-11 12:17:22 -05:00
parent 153f4ec542
commit 661700f0a4
No known key found for this signature in database
GPG Key ID: EA2C8AD6CB5C2AF2
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ import com.romraider.logger.ecu.definition.LoggerData;
import com.romraider.logger.ecu.ui.DataRegistrationBroker; import com.romraider.logger.ecu.ui.DataRegistrationBroker;
import com.romraider.logger.ecu.ui.tab.LoggerChartPanel; import com.romraider.logger.ecu.ui.tab.LoggerChartPanel;
import com.romraider.maps.DataCell; import com.romraider.maps.DataCell;
import com.romraider.maps.DataCellView;
import com.romraider.maps.Rom; import com.romraider.maps.Rom;
import com.romraider.maps.Table; import com.romraider.maps.Table;
import com.romraider.maps.Table2D; import com.romraider.maps.Table2D;