summaryrefslogtreecommitdiff
path: root/attic/muse2-oom/muse2/muse/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'attic/muse2-oom/muse2/muse/helper.h')
-rw-r--r--attic/muse2-oom/muse2/muse/helper.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/attic/muse2-oom/muse2/muse/helper.h b/attic/muse2-oom/muse2/muse/helper.h
deleted file mode 100644
index f772ebf6..00000000
--- a/attic/muse2-oom/muse2/muse/helper.h
+++ /dev/null
@@ -1,16 +0,0 @@
-//=========================================================
-// MusE
-// Linux Music Editor
-// $Id: helper.h,v 1.1.1.1 2003/10/27 18:52:11 wschweer Exp $
-// (C) Copyright 2003 Werner Schweer (ws@seh.de)
-//=========================================================
-
-#ifndef __HELPER_H__
-#define __HELPER_H__
-
-#include <QString>
-
-extern QString pitch2string(int v);
-
-#endif
-