jblanked 1 год назад
Родитель
Сommit
4ebd102bf8
2 измененных файлов с 0 добавлено и 12 удалено
  1. 0 10
      flip_social.c
  2. 0 2
      flip_social.h

+ 0 - 10
flip_social.c

@@ -201,16 +201,6 @@ void flip_social_app_free(FlipSocialApp *app)
         flip_social_loader_free_model(app->view_loader);
         view_free(app->view_loader);
     }
-    if (app->view_process_login)
-    {
-        view_dispatcher_remove_view(app->view_dispatcher, FlipSocialViewLoggedOutProcessLogin);
-        view_free(app->view_process_login);
-    }
-    if (app->view_process_register)
-    {
-        view_dispatcher_remove_view(app->view_dispatcher, FlipSocialViewLoggedOutProcessRegister);
-        view_free(app->view_process_register);
-    }
     if (app->view_process_feed)
     {
         view_dispatcher_remove_view(app->view_dispatcher, FlipSocialViewLoggedInFeed);

+ 0 - 2
flip_social.h

@@ -170,8 +170,6 @@ typedef struct
     Widget *widget_logged_out_about;        // The about screen (logged out)
     Widget *widget_logged_in_about;         // The about screen (logged in)
 
-    View *view_process_login;    // The screen displayed after clicking login
-    View *view_process_register; // The screen displayed after clicking register
     View *view_process_feed;     // Dialog for the feed screen
     View *view_process_compose;  // Dialog for the compose screen (delete or send)
     View *view_process_explore;  // Dialog for the explore screen (view user profile - add or delete friend)