mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05:00
WindowServer: Remove unused s_checkbox_or_icon_padding
This commit is contained in:
parent
8919b61784
commit
79be8be051
Notes:
sideshowbarker
2024-07-19 09:37:11 +09:00
Author: https://github.com/jcs Commit: https://github.com/SerenityOS/serenity/commit/79be8be051c Pull-request: https://github.com/SerenityOS/serenity/pull/1177
1 changed files with 0 additions and 1 deletions
|
@ -89,7 +89,6 @@ static const int s_checked_bitmap_height = 9;
|
|||
static const int s_submenu_arrow_bitmap_width = 9;
|
||||
static const int s_submenu_arrow_bitmap_height = 9;
|
||||
static const int s_item_icon_width = 16;
|
||||
static const int s_checkbox_or_icon_padding = 6;
|
||||
static const int s_stripe_width = 23;
|
||||
|
||||
int WSMenu::content_width() const
|
||||
|
|
Loading…
Add table
Reference in a new issue