mirror of
https://github.com/LMMS/lmms.git
synced 2026-04-23 07:29:53 -04:00
sed: s/( void )/(), s/FALSE/false/, s/TRUE/true
Replaced remaining occurences of old constants and superfluous "void"
on empty argument list of functions.
(cherry picked from commit 166701f9f3)
This commit is contained in:
@@ -84,7 +84,7 @@ void engine::init( const bool _has_gui )
|
||||
|
||||
s_ladspaManager = new ladspa2LMMS;
|
||||
|
||||
s_projectJournal->setJournalling( TRUE );
|
||||
s_projectJournal->setJournalling( true );
|
||||
|
||||
s_mixer->initDevices();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user