summaryrefslogtreecommitdiff
path: root/include/EndAnimation.h
diff options
context:
space:
mode:
authorXavi Del Campo <xavi.dcr@tutanota.com>2020-03-03 18:39:09 +0100
committerXavi Del Campo <xavi.dcr@tutanota.com>2020-03-03 19:40:00 +0100
commit792e22676786a577b2edc0ed0ed78e51c5b38245 (patch)
tree3a5b1092af322003be3189bf6d58f362dcfe1dca /include/EndAnimation.h
parent62adc2edd17cbd39272715d29d1b4c8650ef7dde (diff)
downloadopensend-792e22676786a577b2edc0ed0ed78e51c5b38245.tar.gz
Refactoring
Diffstat (limited to 'include/EndAnimation.h')
-rw-r--r--include/EndAnimation.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/include/EndAnimation.h b/include/EndAnimation.h
deleted file mode 100644
index edb7b07..0000000
--- a/include/EndAnimation.h
+++ /dev/null
@@ -1,25 +0,0 @@
-#ifndef __END_SCREEN_HEADER__
-#define __END_SCREEN_HEADER__
-
-/* **************************************
- * Includes *
- * **************************************/
-
-#include "Global_Inc.h"
-#include "Gfx.h"
-
-/* **************************************
- * Defines *
- * **************************************/
-
-/* **************************************
- * Global Prototypes *
- * **************************************/
-
-void EndAnimation(void);
-
-/* **************************************
- * Global Variables *
- * **************************************/
-
-#endif // __END_SCREEN_HEADER__