diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-05-08 22:57:54 +0300 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2020-05-12 22:25:35 +0300 |
commit | 61dea1841a4b6ef64e3a96c2ae69c1db8dded072 (patch) | |
tree | 50442cf82e265a4cf6d60be4c6ce4de6afc4f46e | |
parent | a7887be3ed9410e44c973b742a4dc1e977eab1f9 (diff) |
main: We don't have weston-debug extension available
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
-rw-r--r-- | src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); |