Removed stray/leftover TODO.

This commit is contained in:
Pietro Gagliardi 2014-08-24 21:11:03 -04:00
parent d238e262df
commit 01db831c4c
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ func (a *area) RepaintAll() {
C.SendMessageW(a._hwnd, C.msgAreaRepaintAll, 0, 0)
}
// TODO somehow use textfield.preferredSIze() here
func (a *area) OpenTextFieldAt(x, y int) {
if x < 0 || x >= a.width || y < 0 || y >= a.height {
panic(fmt.Errorf("point (%d,%d) outside Area in Area.OpenTextFieldAt()", x, y))