-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Strategy being: - Remove unused variables, unless they are ref'd in some block of '#if 0' or commented code, in which case move the decls to inside those regions, or comment out. - Mark any function/block-level function prototypes as extern if not already, which I'll use to collate later to decide whether there's merit in moving them.
- Loading branch information
Showing
73 changed files
with
816 additions
and
1,838 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule jfaudiolib
updated
13 files
+1 −1 | Makefile | |
+4 −2 | jfaudiolib.xcodeproj/project.pbxproj | |
+ − | samples/test-m16.voc | |
+ − | samples/test-m8.voc | |
+ − | samples/test-s16.voc | |
+ − | samples/test-s8.voc | |
+4 −4 | src/_multivc.h | |
+2 −11 | src/driver_coreaudio.c | |
+2 −0 | src/midi.c | |
+4 −4 | src/mix.c | |
+172 −133 | src/multivoc.c | |
+36 −6 | src/test.c | |
+8 −8 | src/vorbis.c |
Submodule jfbuild
updated
56 files
Submodule jfmact
updated
5 files
+10 −20 | control.c | |
+3 −7 | file_lib.c | |
+0 −1 | keyboard.c | |
+21 −13 | scriplib.c | |
+2 −2 | util_lib.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.