Skip to content

Commit

Permalink
Remove unused default impl
Browse files Browse the repository at this point in the history
  • Loading branch information
Legend-Master committed Nov 5, 2024
1 parent aeeaae8 commit ab7a48f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crates/tauri-utils/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1296,12 +1296,6 @@ pub enum PreventOverflowMarginConfig {
Margin(PreventOverflowMargin),
}

impl Default for PreventOverflowMarginConfig {
fn default() -> Self {
Self::Enable(true)
}
}

/// The window configuration object.
///
/// See more: <https://v2.tauri.app/reference/config/#windowconfig>
Expand Down

0 comments on commit ab7a48f

Please sign in to comment.