diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-26 11:21:21 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-26 11:21:21 -0400 |
| commit | 22989c13da1ece51a815046ee68ff57c36bbeaeb (patch) | |
| tree | b4cdae288b5f94d62aca2bebd39c7ec6118f4344 /redo/sizing_windows.go | |
| parent | b5d8b4f3de3a65b7debd3ddb6da2c28823044a00 (diff) | |
Removed sizing.endResize(); it's not really used at this point.
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 } |
