Merge pull request #504 from matthiasbeyer/remove-unused
Remove unused imports/functions
This commit is contained in:
commit
5a9b9dcbbc
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ use crate::common::{
|
|||
screen::{screen_thread_main, ScreenInstruction},
|
||||
setup::{get_default_data_dir, install::populate_data_dir},
|
||||
thread_bus::{ChannelWithContext, SenderType, SenderWithContext},
|
||||
utils::consts::{ZELLIJ_IPC_PIPE, ZELLIJ_PROJ_DIR},
|
||||
utils::consts::ZELLIJ_IPC_PIPE,
|
||||
wasm_vm::{wasm_thread_main, PluginInstruction},
|
||||
};
|
||||
use crate::layout::Layout;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue