window.c: Remove xkb leftovers
This commit is contained in:
committed by
Kristian Høgsberg
parent
fa820efaf0
commit
82b4c1bc6b
@@ -323,16 +323,6 @@ enum window_location {
|
|||||||
WINDOW_CLIENT_AREA = 18,
|
WINDOW_CLIENT_AREA = 18,
|
||||||
};
|
};
|
||||||
|
|
||||||
const char *option_xkb_layout = "us";
|
|
||||||
const char *option_xkb_variant = "";
|
|
||||||
const char *option_xkb_options = "";
|
|
||||||
|
|
||||||
static const struct weston_option xkb_options[] = {
|
|
||||||
{ WESTON_OPTION_STRING, "xkb-layout", 0, &option_xkb_layout },
|
|
||||||
{ WESTON_OPTION_STRING, "xkb-variant", 0, &option_xkb_variant },
|
|
||||||
{ WESTON_OPTION_STRING, "xkb-options", 0, &option_xkb_options },
|
|
||||||
};
|
|
||||||
|
|
||||||
static const cairo_user_data_key_t surface_data_key;
|
static const cairo_user_data_key_t surface_data_key;
|
||||||
struct surface_data {
|
struct surface_data {
|
||||||
struct wl_buffer *buffer;
|
struct wl_buffer *buffer;
|
||||||
@@ -3523,9 +3513,6 @@ display_create(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
struct display *d;
|
struct display *d;
|
||||||
|
|
||||||
argc = parse_options(xkb_options,
|
|
||||||
ARRAY_LENGTH(xkb_options), argc, argv);
|
|
||||||
|
|
||||||
d = malloc(sizeof *d);
|
d = malloc(sizeof *d);
|
||||||
if (d == NULL)
|
if (d == NULL)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user