Skip to content

Commit

Permalink
gui1: Remove unused menu style
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Mar 19, 2021
1 parent 72dfe4d commit 74dbd03
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/widgets/menu.hpp
Expand Up @@ -99,7 +99,6 @@ class menu : public scrollarea
friend class style;
friend class imgsel_style;
static style &default_style;
static style simple_style;
static imgsel_style bluebg_style;

struct item
Expand Down
1 change: 0 additions & 1 deletion src/widgets/menu_style.cpp
Expand Up @@ -29,7 +29,6 @@ namespace gui {
menu::imgsel_style menu::bluebg_style("dialogs/selection", true,
0x000000, 0x000000, 0x333333,
0.35, 0.0, 0.3);
menu::style menu::simple_style;

menu::style &menu::default_style = menu::bluebg_style;

Expand Down

0 comments on commit 74dbd03

Please sign in to comment.