summaryrefslogtreecommitdiff
path: root/ppmsum.h
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2011-07-03 15:34:29 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2011-07-03 15:35:28 +0200
commit0f390b743634ef4cdda03da8cb3f175524d59bd0 (patch)
tree829dd7907fdf11190cb8b153d76bab0a3e8d1c1a /ppmsum.h
parent1a8771c5d0e23fb91cb926614933405f39049d63 (diff)
Removed old stuff.
Diffstat (limited to 'ppmsum.h')
-rw-r--r--ppmsum.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/ppmsum.h b/ppmsum.h
deleted file mode 100644
index 82b62df..0000000
--- a/ppmsum.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef PPMSUM_H
-#define PPMSUM_H
-
-#include <stdint.h>
-
-class PPMSum {
- public:
- int16_t data[4];
-
- void start();
-};
-
-#endif