diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-04-01 18:46:51 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-04-01 18:46:51 +0200 |
commit | 4739f0bed6e6332fcf2c6ed2b04c4ae161c41060 (patch) | |
tree | d45a6ffab323e1fef550b8b81d832337d4aa9f97 /plugingui | |
parent | 856e9e2581750f58ac382baab1993438d1b08657 (diff) |
Remove TODOs from frame.cc
Diffstat (limited to 'plugingui')
-rw-r--r-- | plugingui/frame.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugingui/frame.cc b/plugingui/frame.cc index 6458a78..df468dd 100644 --- a/plugingui/frame.cc +++ b/plugingui/frame.cc @@ -28,13 +28,6 @@ #include "painter.h" -// TODO: fix all the segfaults -// TODO: change look to what it is in the fake GUI -// TODO: replace CheckBox by some other name -// TODO: maybe refactor the Toggle thingy -// TODO: make it possible to use layouts recursively -// TODO: make it possible to add layouts to tabs - namespace GUI { |