mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
clean up commented code
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user