From 22429b240728bde56470d2cbed33c1c9edc786ea Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Fri, 5 Mar 2021 11:48:19 +0100 Subject: [PATCH] [chore] remove unused functions (#10051) --- src/modules/colorPicker/ColorPicker/trace.h | 1 - src/modules/launcher/Microsoft.Launcher/trace.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/modules/colorPicker/ColorPicker/trace.h b/src/modules/colorPicker/ColorPicker/trace.h index ef535cbf85..4f75602558 100644 --- a/src/modules/colorPicker/ColorPicker/trace.h +++ b/src/modules/colorPicker/ColorPicker/trace.h @@ -4,5 +4,4 @@ class Trace public: static void RegisterProvider(); static void UnregisterProvider(); - static void MyEvent(); }; diff --git a/src/modules/launcher/Microsoft.Launcher/trace.h b/src/modules/launcher/Microsoft.Launcher/trace.h index 92cef7fc80..1a260e8824 100644 --- a/src/modules/launcher/Microsoft.Launcher/trace.h +++ b/src/modules/launcher/Microsoft.Launcher/trace.h @@ -4,5 +4,4 @@ class Trace { public: static void RegisterProvider(); static void UnregisterProvider(); - static void MyEvent(); };