main: We don't have weston-debug extension available 89/24489/4
authorMarius Vlad <marius.vlad@collabora.com>
Fri, 8 May 2020 19:57:54 +0000 (22:57 +0300)
committerMarius Vlad <marius.vlad@collabora.com>
Tue, 12 May 2020 19:25:35 +0000 (22:25 +0300)
Copy-pasta mistake, as we don't really have the weston-debug extension
added.

Bug-AGL: SPEC-3352

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I56c36f4d5af830ba5a869a80f73f7f9df3d2e106

src/main.c

index a3c1cb2..456f81d 100644 (file)
@@ -1128,7 +1128,6 @@ int main(int argc, char *argv[])
        int version = 0;
        int no_config = 0;
        char *config_file = NULL;
-       int debug_protocol = 0;
        struct weston_log_context *log_ctx = NULL;
        struct weston_log_scope *log_scope;
        struct weston_log_subscriber *logger;
@@ -1141,7 +1140,6 @@ int main(int argc, char *argv[])
                { WESTON_OPTION_BOOLEAN, "version", 0, &version },
                { WESTON_OPTION_BOOLEAN, "no-config", 0, &no_config },
                { WESTON_OPTION_STRING, "config", 'c', &config_file },
-               { WESTON_OPTION_BOOLEAN, "debug", 0, &debug_protocol },
        };
 
        wl_list_init(&ivi.outputs);