diff options
author | Franklin Wei <git@fwei.tk> | 2017-06-03 13:45:07 -0400 |
---|---|---|
committer | Franklin Wei <git@fwei.tk> | 2017-06-03 13:45:07 -0400 |
commit | 552a271c6fea8d36390858ca6d12c4c98f663002 (patch) | |
tree | 046ea6cdc0cbadae014715c02af6ada4e966a92c /apps/plugins/puzzles/SOURCES | |
parent | cefbde0bbb5f90523233a56ca6c0b0699b4b359e (diff) |
puzzles: remove redundant help content
It used to be that each puzzle had a complete copy of the entire
puzzles manual and the "quick help" text for every single puzzle. This
was obviously a waste, so now each puzzle only has the sections of the
manual that apply to it, saving about 100KB or so per puzzle. This
also has the added benefit of shrinking binary size enough to allow
full help support on the c200v2, which has been enabled.
Change-Id: I76c799635de058e4a48e0c18b79537857af7cf85
Diffstat (limited to 'apps/plugins/puzzles/SOURCES')
-rw-r--r-- | apps/plugins/puzzles/SOURCES | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/plugins/puzzles/SOURCES b/apps/plugins/puzzles/SOURCES index af43fd5616..5745a67c68 100644 --- a/apps/plugins/puzzles/SOURCES +++ b/apps/plugins/puzzles/SOURCES @@ -2,10 +2,7 @@ rockbox.c rbwrappers.c rbmalloc.c -#ifndef SANSA_C200V2 help.c -helpcontent.c -#endif src/combi.c src/divvy.c |