From 8c2136445e74eed2d8dfa4255d34678ec37a67d8 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Thu, 18 Apr 2024 22:35:46 +0300 Subject: [PATCH] plasma: remove unused Plasma::RunnerContext::Type enum Signed-off-by: Ivailo Monev --- plasma/runnercontext.h | 1 - 1 file changed, 1 deletion(-) diff --git a/plasma/runnercontext.h b/plasma/runnercontext.h index 69341bfc..18523752 100644 --- a/plasma/runnercontext.h +++ b/plasma/runnercontext.h @@ -53,7 +53,6 @@ public: NetworkLocation = 8, Executable = 16, ShellCommand = 32, - Help = 64, FileSystem = Directory | File | Executable | ShellCommand }; Q_DECLARE_FLAGS(Types, Type)