mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-21 17:29:55 +00:00
Unused code (for real this time!). #36
This commit is contained in:
parent
f8eef28cf6
commit
c82571df3c
@ -814,8 +814,6 @@ public class Disk {
|
||||
* @return boolean liklihood it is a DC42 stream
|
||||
*/
|
||||
private static boolean isDC42(byte[] buffer) {
|
||||
boolean truth = ((buffer[0x52] == 0x01) && (buffer[0x53] == 0x00)) &&
|
||||
((buffer[0x51] == 0x02) || (buffer[0x51] == 0x22) || (buffer[0x51] == 0x24));
|
||||
return (((buffer[0x52] == 0x01) && (buffer[0x53] == 0x00)) &&
|
||||
((buffer[0x51] == 0x02) || (buffer[0x51] == 0x22) || (buffer[0x51] == 0x24)));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user