Skip to content

Commit

Permalink
Removed unnecessary TODO
Browse files Browse the repository at this point in the history
Removed TODO for a task which had already been completed but had not yet been removed.
  • Loading branch information
GimmickNG authored May 6, 2018
1 parent e4913a3 commit 29f1173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/airdock/impl/DefaultContainer.as
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ package airdock.impl
panelList.removeEventListener(PanelContainerEvent.PANEL_REMOVE_REQUESTED, removePanelOnEvent)
panelList.removeEventListener(PanelContainerEvent.STATE_TOGGLE_REQUESTED, sendDockPanelRequest)
}
//TODO drag_requested does not work for some reason

private function addPanelListListeners(panelList:IPanelList):void
{
if(!panelList) {
Expand Down

0 comments on commit 29f1173

Please sign in to comment.