Remove unused field.

This commit is contained in:
Juliusz Chroboczek
2020-08-04 20:51:07 +02:00
parent 426c1e06d8
commit e9559d9a10
-1
View File
@@ -98,7 +98,6 @@ type diskConn struct {
file *os.File
remote upConnection
tracks []*diskTrack
reference int // the track used as a time reference
width, height uint32
}