From 22989c13da1ece51a815046ee68ff57c36bbeaeb Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 26 Jul 2014 11:21:21 -0400 Subject: Removed sizing.endResize(); it's not really used at this point. --- redo/sizing_windows.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'redo/sizing_windows.go') 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 } -- cgit v1.2.3