Skip to content

Commit

Permalink
[ngf-client] Update example state handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juho Hämäläinen committed Nov 28, 2014
1 parent 64156ca commit 00c3530
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions examples/ngf-client.c
Expand Up @@ -313,15 +313,6 @@ client_callback_cb (NgfClient *client, uint32_t event_id, NgfEventState state, v
case NGF_EVENT_PAUSED:
g_print ("\nPaused (event_id=%d)\n", event_id);
break;
case NGF_EVENT_BUSY:
g_print ("\nBusy (event_id=%d)\n", event_id);
break;
case NGF_EVENT_LONG:
g_print ("\nLong (event_id=%d)\n", event_id);
break;
case NGF_EVENT_SHORT:
g_print ("\nShort (event_id=%d)\n", event_id);
break;

default:
g_print ("\nUnknown (event_id=%d)\n", event_id);
Expand Down

0 comments on commit 00c3530

Please sign in to comment.