OSDN Git Service

Remove "sounfont.ini load ... ok" message
authorStarg <starg@users.osdn.me>
Mon, 8 Apr 2019 15:18:13 +0000 (00:18 +0900)
committerStarg <starg@users.osdn.me>
Mon, 8 Apr 2019 15:18:13 +0000 (00:18 +0900)
timidity/sndfontini.c

index c577155..5c189fc 100644 (file)
@@ -119,8 +119,6 @@ void OverrideSFSettingLoad()
        memcpy(sfini_path, fn, FILEPATH_MAX);
 
 #include "loadsndfontini.h"
-
-       printf("\n**********************************\nsoundfont.ini load ... ok\n");
 }
 
 #endif