From 45eb06c3c2e15ae6104a36d4a266115bdfbebe34 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 12 Aug 2017 12:48:38 -0600 Subject: [PATCH] apps/examples/nximage: Remove unused global variable. --- examples/nximage/nximage_bkgd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/nximage/nximage_bkgd.c b/examples/nximage/nximage_bkgd.c index f54e55e5e..50f2f76b1 100644 --- a/examples/nximage/nximage_bkgd.c +++ b/examples/nximage/nximage_bkgd.c @@ -141,8 +141,6 @@ static void nximage_kbdin(NXWINDOW hwnd, uint8_t nch, FAR const uint8_t *ch, * Private Data ****************************************************************************/ -static const char g_hello[] = "Hello, World!"; - /* Read one or two rows, output one tow or three rows */ static struct nximage_run_t g_runs[NINPUT_ROWS];