mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
apps/examples/nximage: Remove unused global variable.
This commit is contained in:
parent
4e5a2ad18c
commit
45eb06c3c2
1 changed files with 0 additions and 2 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue