diff options
author | sanine-a <sanine.not@pm.me> | 2020-06-01 13:22:08 -0500 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2020-06-01 13:22:08 -0500 |
commit | ea197a4459f3dc8ad885e5134e6358173650901f (patch) | |
tree | ca2749291fc3e60697413764615588b68834d0c4 /include/asset_cache.h | |
parent | 2b6ddb0810a60b159501d60dbeaea5fd1b24daa7 (diff) |
refactor: unify error handling
Diffstat (limited to 'include/asset_cache.h')
-rw-r--r-- | include/asset_cache.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/asset_cache.h b/include/asset_cache.h deleted file mode 100644 index 8d18448..0000000 --- a/include/asset_cache.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef HONEY_ASSET_CACHE -#define HONEY_ASSET_CACHE - -#ifndef HONEY_ASSET_CACHE_SIZE -#define HONEY_ASSET_CACHE_SIZE 2048 -#endif - - - -#endif |