diff --git a/src/meta_plugin/mod.rs b/src/meta_plugin/mod.rs index d049131..d6e81c0 100644 --- a/src/meta_plugin/mod.rs +++ b/src/meta_plugin/mod.rs @@ -247,11 +247,6 @@ pub trait MetaPlugin where Self: 'static { Vec::new() } - // Get the default options for this plugin - fn default_options(&self) -> std::collections::HashMap { - // Default implementation returns empty - plugins should override this - std::collections::HashMap::new() - } // Method to downcast to concrete type (for checking finalization state)