mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 00:56:14 +00:00
committed by
Andreas Kling
parent
248b79d687
commit
c9c7069f9e
@@ -28,7 +28,6 @@
|
||||
|
||||
#include <LibGUI/Frame.h>
|
||||
#include <LibGUI/ToolBar.h>
|
||||
#include <LibHTTP/HttpJob.h>
|
||||
|
||||
namespace GUI {
|
||||
|
||||
@@ -36,7 +35,6 @@ class ToolBarContainer : public Frame {
|
||||
C_OBJECT(ToolBarContainer);
|
||||
|
||||
public:
|
||||
|
||||
private:
|
||||
explicit ToolBarContainer(Gfx::Orientation = Gfx::Orientation::Horizontal);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user