zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit 6ac46e949cd56deb223c5f43255301d2444db1dc
parent bff49f577e1f09243d4636ef11f4cc55197eae85
Author: fundamental <[email protected]>
Date:   Sun, 30 May 2010 16:01:49 -0400

UI: fixing overallocation of UI

Diffstat:
Msrc/main.cpp | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/main.cpp b/src/main.cpp @@ -464,7 +464,6 @@ int main(int argc, char *argv[]) #ifndef DISABLE_GUI if(noui == 0) { - ui = new MasterUI(master, &Pexitprogram); pthread_create(&thr3, NULL, thread3, NULL); } #endif