mirror of https://github.com/lapce/lapce.git
Remove unused type
This commit is contained in:
parent
ceb784b38f
commit
d7f9383ce0
|
@ -14,24 +14,6 @@
|
||||||
|
|
||||||
use crate::panel::{LapcePanel, PanelHeaderKind};
|
use crate::panel::{LapcePanel, PanelHeaderKind};
|
||||||
|
|
||||||
pub struct PluginData {
|
|
||||||
pub widget_id: WidgetId,
|
|
||||||
}
|
|
||||||
|
|
||||||
impl PluginData {
|
|
||||||
pub fn new() -> Self {
|
|
||||||
Self {
|
|
||||||
widget_id: WidgetId::next(),
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
impl Default for PluginData {
|
|
||||||
fn default() -> Self {
|
|
||||||
Self::new()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#[derive(Display, PartialEq)]
|
#[derive(Display, PartialEq)]
|
||||||
pub enum PluginStatus {
|
pub enum PluginStatus {
|
||||||
Installed,
|
Installed,
|
||||||
|
|
Loading…
Reference in New Issue