summaryrefslogtreecommitdiff
path: root/platform/flash/platform_config.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2016-04-25 18:49:56 +0200
committerRémi Verschelde <rverschelde@gmail.com>2016-04-25 19:08:22 +0200
commitf368d380e708bd39589a309e2611b55306b78b3a (patch)
treecac7783b7d5da7d85d590f3f69ed942af386edf3 /platform/flash/platform_config.h
parent82a725a3fd8033c87c2e15232bab6dd01e877710 (diff)
Drop obsolete WIP for Flash platform
It was apparently never fully functional and has not been maintained. Flash itself is nowadays clearly a deprecated technology, so there will not be further work on it. platform/javascript and the upcoming WebAssembly technologies should have a brighter future.
Diffstat (limited to 'platform/flash/platform_config.h')
-rw-r--r--platform/flash/platform_config.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/platform/flash/platform_config.h b/platform/flash/platform_config.h
deleted file mode 100644
index 078bb754db..0000000000
--- a/platform/flash/platform_config.h
+++ /dev/null
@@ -1,12 +0,0 @@
-
-#ifndef PLATFORM_CONFIG_H
-#define PLATFORM_CONFIG_H
-
-#include <stdlib.h>
-//#define alloca __builtin_alloca
-#define _FORCE_INLINE_ __attribute__((always_inline)) inline
-
-#define _glClearDepthf glClearDepthf
-
-#endif
-