From 6039eb05ba6d82ef56f2868c96654c552d117bf9 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Wed, 7 Feb 2018 20:04:46 -0500 Subject: sdl: remove non-rockbox drivers We never use any of these other drivers, so having them around just takes up space. Change-Id: Iced812162df1fef3fd55522b7e700acb6c3bcd41 --- apps/plugins/sdl/src/hermes/common.inc | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 apps/plugins/sdl/src/hermes/common.inc (limited to 'apps/plugins/sdl/src/hermes/common.inc') diff --git a/apps/plugins/sdl/src/hermes/common.inc b/apps/plugins/sdl/src/hermes/common.inc deleted file mode 100644 index 9587e6ffbd..0000000000 --- a/apps/plugins/sdl/src/hermes/common.inc +++ /dev/null @@ -1,9 +0,0 @@ -; Some common macros for hermes nasm code - -%macro SDL_FUNC 1 -%ifdef HIDDEN_VISIBILITY -GLOBAL %1:function hidden -%else -GLOBAL %1 -%endif -%endmacro -- cgit v1.2.3