diff options
| -rw-r--r-- | area.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -27,8 +27,6 @@ import ( // systems; trying ot recreate these yourself is only going // to lead to trouble. // [FOR FUTURE PLANNING Use TextArea instead, providing a TextAreaHandler.] -// -// To facilitate development and debugging, for the time being, Areas only work on GTK+. type Area struct { lock sync.Mutex created bool |
