diff options
Diffstat (limited to 'redo/sizing_darwin.go')
| -rw-r--r-- | redo/sizing_darwin.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/redo/sizing_darwin.go b/redo/sizing_darwin.go index 8b141c2..afd4bca 100644 --- a/redo/sizing_darwin.go +++ b/redo/sizing_darwin.go @@ -35,10 +35,6 @@ func (w *window) beginResize() (d *sizing) { return d } -func (c *container) endResize(d *sizing) { - // redraw -} - func (c *container) translateAllocationCoords(allocations []*allocation, winwidth, winheight int) { for _, a := range allocations { // winheight - y because (0,0) is the bottom-left corner of the window and not the top-left corner |
