diff options
Diffstat (limited to 'area.go')
| -rw-r--r-- | area.go | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -122,15 +122,9 @@ func (a *Area) make(window *sysData) error { } func (a *Area) setRect(x int, y int, width int, height int, winheight int) error { - a.lock.Lock() - defer a.lock.Unlock() - return a.sysData.setRect(x, y, width, height, winheight) } func (a *Area) preferredSize() (width int, height int) { - a.lock.Lock() - defer a.lock.Unlock() - return a.sysData.preferredSize() } |
