Explorar el Código

Remove apple quirks from defaulting to right align

Morio hace 3 años
padre
commit
5151c987c1
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0 5
      src/ZuluSCSI_disk.cpp

+ 0 - 5
src/ZuluSCSI_disk.cpp

@@ -395,11 +395,6 @@ static void setDefaultDriveInfo(int target_idx)
     }
 
     int rightAlign = img.rightAlignStrings;
-    if (rightAlign < 0)
-    {
-        // Default value based on quirks
-        rightAlign = (img.quirks == S2S_CFG_QUIRKS_APPLE);
-    }
 
     formatDriveInfoField(img.vendor, sizeof(img.vendor), rightAlign);
     formatDriveInfoField(img.prodId, sizeof(img.prodId), rightAlign);