summaryrefslogtreecommitdiffstats
path: root/examples/spectrum/app/engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/spectrum/app/engine.cpp')
-rw-r--r--examples/spectrum/app/engine.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/spectrum/app/engine.cpp b/examples/spectrum/app/engine.cpp
index bea24523e..01b140cdc 100644
--- a/examples/spectrum/app/engine.cpp
+++ b/examples/spectrum/app/engine.cpp
@@ -63,18 +63,6 @@ const int NotifyIntervalMs = 100;
// Size of the level calculation window in microseconds
const int LevelWindowUs = 0.1 * 1000000;
-
-//-----------------------------------------------------------------------------
-// Helper functions
-//-----------------------------------------------------------------------------
-
-QDebug& operator<<(QDebug &debug, const QAudioFormat &format)
-{
- debug << format.frequency() << "Hz"
- << format.channels() << "channels";
- return debug;
-}
-
//-----------------------------------------------------------------------------
// Constructor and destructor
//-----------------------------------------------------------------------------