summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--record.h9
-rw-r--r--stt.h6
2 files changed, 0 insertions, 15 deletions
diff --git a/record.h b/record.h
deleted file mode 100644
index a5f12e4..0000000
--- a/record.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef RECORD_H
-#define RECORD_H
-
-
-/* function that records stuff*/
-
-int record();
-
-#endif
diff --git a/stt.h b/stt.h
deleted file mode 100644
index 6c9edeb..0000000
--- a/stt.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef STT_H
-#define STT_H
-
-int speechToText(char []);
-
-#endif