summaryrefslogtreecommitdiff
path: root/libs/audiographer/src/utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/audiographer/src/utils.cc')
-rw-r--r--libs/audiographer/src/utils.cc14
1 files changed, 0 insertions, 14 deletions
diff --git a/libs/audiographer/src/utils.cc b/libs/audiographer/src/utils.cc
deleted file mode 100644
index 018fad3113..0000000000
--- a/libs/audiographer/src/utils.cc
+++ /dev/null
@@ -1,14 +0,0 @@
-#include "audiographer/utils.h"
-
-using namespace AudioGrapher;
-
-char const * Utils::zeros = 0;
-unsigned long Utils::num_zeros = 0;
-
-void
-Utils::free_resources()
-{
- num_zeros = 0;
- delete [] zeros;
- zeros = 0;
-} \ No newline at end of file