Don't crash when all the keyboards are removed.

This commit is contained in:
Daiki Ueno
2012-08-15 17:27:20 +09:00
parent f2a90935a3
commit 2e822cb6a6
2 changed files with 11 additions and 3 deletions

View File

@ -32,8 +32,6 @@
#include "eekboard/eekboard-client.h"
#include "client.h"
#define DEFAULT_KEYBOARD "us"
static gboolean opt_system = FALSE;
static gboolean opt_session = FALSE;
static gchar *opt_address = NULL;