From 5ba5a86a7ffec5493cca5d1f0e91af6ceac802ca Mon Sep 17 00:00:00 2001 From: Jonathan Marler Date: Fri, 26 Mar 2021 16:12:16 -0600 Subject: [PATCH] launcher: remove unused enum value Signed-off-by: Jonathan Marler --- libweston/weston-launch.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libweston/weston-launch.h b/libweston/weston-launch.h index ee322601..72954019 100644 --- a/libweston/weston-launch.h +++ b/libweston/weston-launch.h @@ -31,7 +31,6 @@ enum weston_launcher_opcode { }; enum weston_launcher_event { - WESTON_LAUNCHER_SUCCESS, WESTON_LAUNCHER_ACTIVATE, WESTON_LAUNCHER_DEACTIVATE, WESTON_LAUNCHER_DEACTIVATE_DONE,