diff --git a/src/Piexl.h b/src/Piexl.h
deleted file mode 100644
index 7726b937db593cac9b496be10060d928ce5a1796..0000000000000000000000000000000000000000
--- a/src/Piexl.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef PIXEL_H
-#define PIXEL_H
-
-struct PIXEL_H{
-    unsigned char r,g,b;
-};
-
-#endif