comparison src/parpg/gui/drag_drop_data.py @ 152:df3896fe2bf8

Removed unused variables from drag_drop_data.
author KarstenBock@gmx.net
date Thu, 06 Oct 2011 16:00:57 +0200
parents 1fd2201f5c36
children 2d671e57badb
comparison
equal deleted inserted replaced
151:6036886b0dea 152:df3896fe2bf8
17 This contains the data that tells the GUI whether something is being dragged, dropped etc. 17 This contains the data that tells the GUI whether something is being dragged, dropped etc.
18 It is in one place to allow communication between multiple windows 18 It is in one place to allow communication between multiple windows
19 """ 19 """
20 dragging = False 20 dragging = False
21 dragged_image = None 21 dragged_image = None
22 dragged_type = None
23 dragged_item = None 22 dragged_item = None
24 dragged_widget = None
25 source_container = None 23 source_container = None