Skip to content

Commit f132047

Browse files
author
Tony Crisci
committed
remove redundant floating setter
1 parent 82e4d33 commit f132047

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

i3ipc/i3ipc.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -833,10 +833,6 @@ def __init__(self, data, parent, conn):
833833
if 'mark' in data and data['mark']:
834834
self.marks.append(data['mark'])
835835

836-
# Possible values 'user_off', 'user_on', 'auto_off', 'auto_on'
837-
if data['floating']:
838-
self.floating = data['floating']
839-
840836
# XXX this is for compatability with 4.8
841837
if isinstance(self.type, int):
842838
if self.type == 0:

0 commit comments

Comments
 (0)