Mercurial > hg > sonic-visualiser
changeset 105:0581d552481d
* remove some debug and some obsolete moc file includes
author | Chris Cannam |
---|---|
date | Mon, 26 Feb 2007 14:55:08 +0000 |
parents | efc8b5da414a |
children | f8e362511b2f |
files | audioio/AudioCallbackPlaySource.cpp audioio/AudioCallbackPlayTarget.cpp audioio/AudioJACKTarget.cpp audioio/AudioPortAudioTarget.cpp main/MainWindow.cpp |
diffstat | 5 files changed, 0 insertions(+), 24 deletions(-) [+] |
line wrap: on
line diff
--- a/audioio/AudioCallbackPlaySource.cpp Mon Feb 26 14:18:21 2007 +0000 +++ b/audioio/AudioCallbackPlaySource.cpp Mon Feb 26 14:55:08 2007 +0000 @@ -1407,9 +1407,3 @@ s.m_mutex.unlock(); } - - -#ifdef INCLUDE_MOCFILES -#include "AudioCallbackPlaySource.moc.cpp" -#endif -
--- a/audioio/AudioCallbackPlayTarget.cpp Mon Feb 26 14:18:21 2007 +0000 +++ b/audioio/AudioCallbackPlayTarget.cpp Mon Feb 26 14:55:08 2007 +0000 @@ -38,9 +38,3 @@ m_outputGain = gain; } -#ifdef INCLUDE_MOCFILES -#ifdef INCLUDE_MOCFILES -#include "AudioCallbackPlayTarget.moc.cpp" -#endif -#endif -
--- a/audioio/AudioJACKTarget.cpp Mon Feb 26 14:18:21 2007 +0000 +++ b/audioio/AudioJACKTarget.cpp Mon Feb 26 14:55:08 2007 +0000 @@ -394,9 +394,5 @@ return 0; } -#ifdef INCLUDE_MOCFILES -#include "AudioJACKTarget.moc.cpp" -#endif - #endif /* HAVE_JACK */