cleaning up old empty code

This commit is contained in:
Chris Cochrun 2022-12-05 11:29:07 -06:00
parent 6786d11503
commit cc28788163

View file

@ -83,8 +83,6 @@ Item {
}
}
/* onExited: dropHighlightLine.visible = false; */
Component {
id: delegate
Kirigami.AbstractListItem {
@ -95,7 +93,6 @@ Item {
DropArea {
id: serviceDrop
anchors.fill: parent
/* enabled: false */
onEntered: (drag) => {
if (drag.keys[0] === "library") {
@ -107,8 +104,6 @@ Item {
}
}
/* onExited: dropHighlightLine.visible = false; */
onDropped: (drag) => {
print("DROPPED IN ITEM AREA: " + drag.keys);
print(dragItemIndex + " " + index);