mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-10 01:58:44 -04:00
Whole code base: various cleanups, removed SINGLE_SOURCE_COMPILE relicts
* cleaned up code and improved coding style * removed old SINGLE_SOURCE_COMPILE macro relicts * use QString::toUtf8() instead of QString::toAscii() wherever possible
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* stereo_matrix.cpp - stereo-matrix-effect-plugin
|
||||
* peak_controller_effect.cpp - PeakController effect plugin
|
||||
*
|
||||
* Copyright (c) 2008 Paul Giblock <drfaygo/at/gmail/dot/com>
|
||||
*
|
||||
@@ -28,8 +28,6 @@
|
||||
#include "peak_controller.h"
|
||||
#include "peak_controller_effect.h"
|
||||
|
||||
|
||||
#undef SINGLE_SOURCE_COMPILE
|
||||
#include "embed.cpp"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user