summaryrefslogtreecommitdiff
path: root/include/benoit/plotmandelbrot.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/benoit/plotmandelbrot.hh')
-rw-r--r--include/benoit/plotmandelbrot.hh6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/benoit/plotmandelbrot.hh b/include/benoit/plotmandelbrot.hh
deleted file mode 100644
index f79b247..0000000
--- a/include/benoit/plotmandelbrot.hh
+++ /dev/null
@@ -1,6 +0,0 @@
-# pragma once
-# include <cstdint>
-# include <vector>
-namespace benoit {
- std::vector<std::uint8_t> * plotmandelbrot();
-}