dbg_hw_info(): remove duplicate prototypes

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31560 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2012-01-04 05:29:30 +00:00
parent db7bce570d
commit 393f427a11
15 changed files with 0 additions and 144 deletions

View file

@ -22,11 +22,6 @@
#ifndef _DEBUG_TARGET_H_
#define _DEBUG_TARGET_H_
#include <stdbool.h>
#define DEBUG_CANCEL BUTTON_MENU
bool dbg_hw_info(void);
#endif /* _DEBUG_TARGET_H_ */