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:
parent
426c1e06d8
commit
e9559d9a10
1 changed files with 0 additions and 1 deletions
1
disk.go
1
disk.go
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue