From 6be3579bcb4ff027713bf5251cdd110eaf09bd6a Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Thu, 2 Oct 2008 20:49:48 +0000 Subject: [PATCH] fixed last commit git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1725 0778d3d1-df1d-0410-868b-ea421aaaa00d --- src/core/mixer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/mixer.cpp b/src/core/mixer.cpp index eb1c13ca5..65ef1ba0b 100644 --- a/src/core/mixer.cpp +++ b/src/core/mixer.cpp @@ -100,8 +100,6 @@ static void * aligned_malloc( int _bytes ) } -#undef QT_VERSION -#define QT_VERSION 0x040300 class mixerWorkerThread : public QThread {