mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:27:45 +00:00
Hearts: Remove dead code
This commit is contained in:
parent
72c097530f
commit
dfa2075887
2 changed files with 0 additions and 4 deletions
|
@ -11,7 +11,6 @@
|
|||
#include <LibCards/Card.h>
|
||||
#include <LibCore/Timer.h>
|
||||
#include <LibGUI/Frame.h>
|
||||
#include <LibGUI/Painter.h>
|
||||
|
||||
using Cards::Card;
|
||||
|
||||
|
|
|
@ -74,9 +74,6 @@ int main(int argc, char** argv)
|
|||
statusbar.set_override_text({});
|
||||
};
|
||||
|
||||
GUI::ActionGroup draw_settng_actions;
|
||||
draw_settng_actions.set_exclusive(true);
|
||||
|
||||
auto menubar = GUI::Menubar::construct();
|
||||
auto& game_menu = menubar->add_menu("&Game");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue