WindowServer: Remove unused s_checkbox_or_icon_padding

This commit is contained in:
joshua stein 2020-01-30 21:44:33 -06:00 committed by Andreas Kling
parent 8919b61784
commit 79be8be051
Notes: sideshowbarker 2024-07-19 09:37:11 +09:00

View file

@ -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