From ec398340cd9ebe2dea4181665afa1fd7419bc2d3 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Wed, 4 Jan 2012 05:21:44 +0000 Subject: dbg_ports() : move proto to system.h git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31557 a1c6a512-1295-4272-9138-f99709370657 --- apps/debug_menu.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps/debug_menu.h') diff --git a/apps/debug_menu.h b/apps/debug_menu.h index 7926ffcd3b..664a1ba762 100644 --- a/apps/debug_menu.h +++ b/apps/debug_menu.h @@ -24,8 +24,4 @@ bool debug_menu(void); bool run_debug_screen(char* screen); -#ifndef SIMULATOR -extern bool dbg_ports(void); -#endif - #endif -- cgit