remove Render method from containerWidgets interface

This commit is contained in:
Bradley Cicenas
2017-02-26 22:55:45 +00:00
parent 70f2648952
commit 6cc357bb97
7 changed files with 108 additions and 80 deletions

View File

@@ -8,7 +8,6 @@ import (
var log = logging.Init()
type ContainerWidgets interface {
Render(int, int)
Reset()
Buffer() ui.Buffer
Highlight()