summaryrefslogtreecommitdiff
path: root/Applications/Browser/Tab.gml
diff options
context:
space:
mode:
Diffstat (limited to 'Applications/Browser/Tab.gml')
-rw-r--r--Applications/Browser/Tab.gml22
1 files changed, 0 insertions, 22 deletions
diff --git a/Applications/Browser/Tab.gml b/Applications/Browser/Tab.gml
deleted file mode 100644
index 24c7456d77..0000000000
--- a/Applications/Browser/Tab.gml
+++ /dev/null
@@ -1,22 +0,0 @@
-@GUI::Widget {
- layout: @GUI::VerticalBoxLayout {
- }
-
- @GUI::ToolBarContainer {
- name: "toolbar_container"
-
- @GUI::ToolBar {
- name: "toolbar"
- }
- }
-
- @GUI::Widget {
- name: "webview_container"
- layout: @GUI::VerticalBoxLayout {
- }
- }
-
- @GUI::StatusBar {
- name: "statusbar"
- }
-}