summaryrefslogtreecommitdiff
path: root/redo/sizing_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'redo/sizing_unix.go')
-rw-r--r--redo/sizing_unix.go5
1 files changed, 0 insertions, 5 deletions
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+
}