diff options
Diffstat (limited to 'modules/bar/popouts/Wrapper.qml')
| -rw-r--r-- | modules/bar/popouts/Wrapper.qml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/bar/popouts/Wrapper.qml b/modules/bar/popouts/Wrapper.qml index 8525c7a..293f9d5 100644 --- a/modules/bar/popouts/Wrapper.qml +++ b/modules/bar/popouts/Wrapper.qml @@ -72,10 +72,6 @@ Item { sourceComponent: Content { wrapper: root - screen: root.screen - currentName: root.currentName - currentCenter: root.currentCenter - hasCurrent: root.hasCurrent } } |