1
Fork 0

Remove unused field.

This commit is contained in:
Juliusz Chroboczek 2020-08-04 20:51:07 +02:00
parent 426c1e06d8
commit e9559d9a10
1 changed files with 0 additions and 1 deletions

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
}