1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 12:42:30 +04:00

remove unused variable

This commit is contained in:
MX
2023-08-05 15:08:56 +03:00
parent 0f61a8eb46
commit c1438ce850

View File

@@ -12,8 +12,6 @@
#define TAG "DesktopSrv" #define TAG "DesktopSrv"
#define FAP_LOADER_APP_NAME "Applications"
static void desktop_scene_main_new_idle_animation_callback(void* context) { static void desktop_scene_main_new_idle_animation_callback(void* context) {
furi_assert(context); furi_assert(context);
Desktop* desktop = context; Desktop* desktop = context;