1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-10 02:35:58 +01:00

Remove unused field.

This commit is contained in:
Juliusz Chroboczek 2020-08-04 20:51:07 +02:00
parent 426c1e06d8
commit e9559d9a10

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
}