Skip to content

Commit

Permalink
remove the separator above ReaPack's main menu
Browse files Browse the repository at this point in the history
  • Loading branch information
cfillion committed Feb 13, 2024
1 parent 03623ae commit ffd9b2e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ Menu::Menu(HMENU handle)
m_handle = CreatePopupMenu();

m_size = GetMenuItemCount(m_handle);

if(!empty())
addSeparator();
}

Menu::~Menu()
Expand Down

0 comments on commit ffd9b2e

Please sign in to comment.