DESIGN: Remove GUI section

I never really used this for anything, so it can be removed.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
This commit is contained in:
Anna Schumaker 2014-12-19 13:46:33 -05:00
parent 4a57b170cd
commit c103f27381
1 changed files with 0 additions and 16 deletions

16
DESIGN
View File

@ -63,19 +63,3 @@ Callbacks:
- API:
struct Callbacks *get_callbacks();
Return the Callbacks structure;
Gui: (ocarina/*)
The GUI will be written in C++ using gtkmm3 for (hopefully) cleaner code.
- Design requirements:
- gtkmm3
- Front-end for the library to add, remove and modify paths
- This can be hidden since it's not a common task
- Double-click to play songs
- Front-end for groups to add and remove tracks
- This is a common task and should not be hidden
- Don't save / restore window size
- Some window managers already do this automatically
- Set reasonable defaults