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_unix.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'redo/sizing_unix.go') diff --git a/redo/sizing_unix.go b/redo/sizing_unix.go index 5b19f9e..9f95e77 100644 --- a/redo/sizing_unix.go +++ b/redo/sizing_unix.go @@ -35,11 +35,6 @@ func (w *window) beginResize() (d *sizing) { return d } -func (c *container) endResize(d *sizing) { - // TODO -// C.gtk_widget_queue_draw(w.widget) -} - func (c *container) translateAllocationCoords(allocations []*allocation, winwidth, winheight int) { // no need for coordinate conversion with gtk+ } -- cgit v1.2.3