daemon: renamed NodeData.node_type to type, removed NodeData/NodeOptions fields that were not being used for clarity

This commit is contained in:
Blake Harnden 2020-06-17 22:43:13 -07:00
parent a64047e221
commit b92ff0586a
7 changed files with 70 additions and 92 deletions

View file

@ -523,7 +523,6 @@ class Session:
# set node attributes
node.icon = options.icon
node.canvas = options.canvas
node.opaque = options.opaque
# set node position and broadcast it
self.set_node_position(node, options)