launcher: remove unused enum value

Signed-off-by: Jonathan Marler <johnnymarler@gmail.com>
This commit is contained in:
Jonathan Marler
2021-03-26 16:12:16 -06:00
committed by Daniel Stone
parent 3d9b73c9e5
commit 5ba5a86a7f
-1
View File
@@ -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,