Browse Source

corrections

David Lee 2 năm trước cách đây
mục cha
commit
5feacfb2d2
2 tập tin đã thay đổi với 0 bổ sung6 xóa
  1. 0 1
      evil_portal_app.c
  2. 0 5
      evil_portal_app_i.h

+ 0 - 1
evil_portal_app.c

@@ -71,7 +71,6 @@ Evil_PortalApp *evil_portal_app_alloc() {
   app->text_box_store = furi_string_alloc();
   furi_string_reserve(app->text_box_store, EVIL_PORTAL_TEXT_BOX_STORE_SIZE);
 
-//scene_manager_next_scene(app->scene_manager, Evil_PortalSceneRename);
   scene_manager_next_scene(app->scene_manager, Evil_PortalSceneStart);
 
   return app;

+ 0 - 5
evil_portal_app_i.h

@@ -7,12 +7,7 @@
 
 #include <gui/gui.h>
 #include <gui/modules/text_box.h>
-
-#include <gui/modules/dialog_ex.h>
 #include <gui/modules/text_input.h>
-#include <gui/modules/button_menu.h>
-#include <gui/modules/button_panel.h>
-
 #include <gui/modules/variable_item_list.h>
 #include <gui/scene_manager.h>
 #include <gui/view_dispatcher.h>