diff --git a/js/ui/overview.js b/js/ui/overview.js index 5bf114dd0..fc9f05504 100644 --- a/js/ui/overview.js +++ b/js/ui/overview.js @@ -425,8 +425,6 @@ const Overview = new Lang.Class({ this.emit('windows-restacked', stackIndices); }, - //// Public methods //// - beginItemDrag: function(source) { this.emit('item-drag-begin'); this._inDrag = true;