From 33905b7161123f75fae970bc5be4b8f2854dfbee Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 28 Sep 2011 18:24:00 +0000 Subject: Fix NXFFS compilation error git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3990 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/sim/src/up_internal.h | 1 - 1 file changed, 1 deletion(-) (limited to 'nuttx/arch/sim/src/up_internal.h') diff --git a/nuttx/arch/sim/src/up_internal.h b/nuttx/arch/sim/src/up_internal.h index 19e50986b..71a2380e2 100644 --- a/nuttx/arch/sim/src/up_internal.h +++ b/nuttx/arch/sim/src/up_internal.h @@ -182,7 +182,6 @@ extern int up_x11eventloop(int argc, char *argv[]); #ifdef CONFIG_SIM_X11FB #ifdef CONFIG_SIM_TOUCHSCREEN -extern int up_tcregister(int minor); extern int up_tcenter(int x, int y, int buttons); extern int up_tcleave(int x, int y, int buttons); #endif -- cgit v1.2.3