diff options
Diffstat (limited to 'redo/sizing_windows.go')
| -rw-r--r-- | redo/sizing_windows.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/redo/sizing_windows.go b/redo/sizing_windows.go index 442aad0..429475b 100644 --- a/redo/sizing_windows.go +++ b/redo/sizing_windows.go @@ -44,10 +44,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) { // no translation needed on windows } |
