clean up commented code

This commit is contained in:
uncor3
2025-11-20 06:28:14 +00:00
parent 9e7ed776d1
commit a969d6b870
4 changed files with 2 additions and 10 deletions
+1 -2
View File
@@ -179,11 +179,10 @@ void DevDiskImagesWidget::displayImages()
{
m_imageListWidget->clear();
// Get device version for compatibility checking
int deviceMajorVersion = 0;
int deviceMinorVersion = 0;
bool hasConnectedDevice = false;
// todo wtf is this
if (m_currentDevice && m_currentDevice->device) {
unsigned int device_version =
idevice_get_device_version(m_currentDevice->device);