Remove debug message
This commit is contained in:
parent
2411a6a62d
commit
d0994dbfcc
@ -116,7 +116,6 @@ static std::string ardour_sans_file;
|
|||||||
static __cdecl void
|
static __cdecl void
|
||||||
unload_custom_fonts()
|
unload_custom_fonts()
|
||||||
{
|
{
|
||||||
printf ("unload_custom_fonts\n");
|
|
||||||
if (!ardour_mono_file.empty ()) {
|
if (!ardour_mono_file.empty ()) {
|
||||||
RemoveFontResource(ardour_mono_file.c_str());
|
RemoveFontResource(ardour_mono_file.c_str());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user