From 32d9752dcc73fd1aaa81d484c3d426ca7856b146 Mon Sep 17 00:00:00 2001 From: Andrew Mahone Date: Thu, 8 Jan 2009 08:32:05 +0000 Subject: remove unneeded LCD_DEPTH test in lib/resize.h, add some comments explaining the core-file imports git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19715 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/resize.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/plugins/lib/resize.h') diff --git a/apps/plugins/lib/resize.h b/apps/plugins/lib/resize.h index 3674e14..46a8977 100644 --- a/apps/plugins/lib/resize.h +++ b/apps/plugins/lib/resize.h @@ -24,8 +24,6 @@ #ifndef _LIB_RESIZE_H_ #define _LIB_RESIZE_H_ -#if LCD_DEPTH == 1 void resize_init(const struct plugin_api *api); -#endif #endif -- cgit v1.1