Skip to content

Commit

Permalink
Removed unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeSchmid committed Nov 11, 2023
1 parent d04d8b4 commit 04261e4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/egui/src/containers/frame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ pub struct Frame {

pub fill: Color32,

pub selected_header_color: Color32,

pub stroke: Stroke,
}

Expand Down Expand Up @@ -234,7 +232,6 @@ impl Frame {
rounding,
shadow,
fill,
selected_header_color: _,
stroke,
} = *self;

Expand Down

0 comments on commit 04261e4

Please sign in to comment.