Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanpoland committed Nov 7, 2024
1 parent ec6d3c0 commit 06b2205
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions plugin-api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,6 @@ impl PluginManager {
}
}

struct Plugin {
name: String,
version: Version,
api_versin: Version
}

pub fn load_all(socket: SocketRef, players: Arc<RwLock<Vec<horizon_data_types::Player>>>) {
let plugins = plugin_imports::load_plugins(socket, players);

Expand Down

0 comments on commit 06b2205

Please sign in to comment.