cleanup: remove account switcher widget

we don't need this anymore

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-09-16 16:35:29 -07:00
parent 52a7ed53ec
commit 79a447239a
6 changed files with 10 additions and 291 deletions

View File

@@ -2,9 +2,8 @@ use notedeck::app_creation::{
generate_mobile_emulator_native_options, generate_native_options, setup_cc,
};
use notedeck::ui::{
account_login_view::AccountLoginView, account_management::AccountsView, AccountSelectionWidget,
DesktopSidePanel, PostView, Preview, PreviewApp, PreviewConfig, ProfilePic, ProfilePreview,
RelayView,
account_login_view::AccountLoginView, account_management::AccountsView, DesktopSidePanel,
PostView, Preview, PreviewApp, PreviewConfig, ProfilePic, ProfilePreview, RelayView,
};
use std::env;
@@ -101,7 +100,6 @@ async fn main() {
ProfilePreview,
ProfilePic,
AccountsView,
AccountSelectionWidget,
DesktopSidePanel,
PostView,
);