Преглед изворни кода

feat: Removed unused icons

Roman Shchekin пре 2 година
родитељ
комит
b982fa50a3
2 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 1
      application.fam
  2. 0 1
      hex_viewer.h

+ 0 - 1
application.fam

@@ -12,6 +12,5 @@ App(
     order=20,
     fap_libs=["assets"],
     fap_icon="icons/hex_10px.png",
-    fap_icon_assets="icons",
     fap_category="Tools",
 )

+ 0 - 1
hex_viewer.h

@@ -5,7 +5,6 @@
 #include <gui/gui.h>
 #include <input/input.h>
 #include <stdlib.h>
-#include <assets_icons.h>
 #include <hex_viewer_icons.h>
 #include <dialogs/dialogs.h>
 #include <notification/notification_messages.h>