This commit is contained in:
Maarten van Gompel 2021-08-23 22:37:51 +02:00 committed by John Sullivan
parent f59f814c97
commit e3f414536e

2
main.c
View File

@ -296,8 +296,6 @@ create_and_upload_keymap(const char * name, uint32_t comp_unichr, uint32_t comp_
int
main(int argc, char **argv) {
uint8_t i;
/* connect to compositor */
display = wl_display_connect(NULL);
if (display == NULL) {