aboutsummaryrefslogtreecommitdiff
path: root/LeftPanel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'LeftPanel.qml')
-rw-r--r--LeftPanel.qml14
1 files changed, 0 insertions, 14 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml
index 16b1a8f9..3636b868 100644
--- a/LeftPanel.qml
+++ b/LeftPanel.qml
@@ -293,20 +293,6 @@ Rectangle {
anchors.right: parent.right
height: 1
}
- /* Disable twitter/news panel
- Image {
- anchors.left: parent.left
- anchors.verticalCenter: logo.verticalCenter
- anchors.leftMargin: 19
- source: appWindow.rightPanelExpanded ? "images/expandRightPanel.png" :
- "images/collapseRightPanel.png"
- }
-
- MouseArea {
- anchors.fill: parent
- onClicked: appWindow.rightPanelExpanded = !appWindow.rightPanelExpanded
- }
- */
}
}
}