Civilized code doesn't use global variables accessed via extern
This commit is contained in:
@ -25,8 +25,6 @@ www.gnu.org/licenses
|
||||
#undef max
|
||||
#endif
|
||||
|
||||
String g_plugintitle{ "PaulXStretch 1.2.2" };
|
||||
|
||||
int get_optimized_updown(int n, bool up) {
|
||||
int orig_n = n;
|
||||
while (true) {
|
||||
|
Reference in New Issue
Block a user