diff options
author | cbdev <cb@cbcdn.com> | 2021-07-03 19:48:45 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2021-07-03 19:48:45 +0200 |
commit | bd1481c34bb459e78d6eeef3cc0f179bc3fff8cd (patch) | |
tree | 20b7a0e5900d38dd23d5977b596c271ea2efe47c /midimonster.c | |
parent | 1654245bf80013a96434cb4c60e6583ab7522f1b (diff) | |
download | midimonster-bd1481c34bb459e78d6eeef3cc0f179bc3fff8cd.tar.gz midimonster-bd1481c34bb459e78d6eeef3cc0f179bc3fff8cd.tar.bz2 midimonster-bd1481c34bb459e78d6eeef3cc0f179bc3fff8cd.zip |
Basic UI skeleton
Diffstat (limited to 'midimonster.c')
-rw-r--r-- | midimonster.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/midimonster.c b/midimonster.c index d00f116..b1eafdf 100644 --- a/midimonster.c +++ b/midimonster.c @@ -39,7 +39,6 @@ static int usage(char* fn){ return EXIT_FAILURE; } - static int platform_initialize(){ #ifdef _WIN32 unsigned error_mode = SetErrorMode(0); |