remove unused variable

This commit is contained in:
MX 2023-08-05 15:08:56 +03:00
parent 0f61a8eb46
commit c1438ce850
No known key found for this signature in database
GPG key ID: 7CCC66B7DBDD1C83

View file

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