Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f1f0a9c

Browse files
committed
Linux: remove useless garde-fou
1 parent dd922d7 commit f1f0a9c

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

mss/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
66
This module is maintained by Mickaël Schoentgen <[email protected]>.
77
8-
Note: please keep this module compatible to Python 2.6.
9-
108
You can always get the latest version of this module at:
119
https://github.com/BoboTiG/python-mss
1210
If that URL should fail, try contacting the author.

mss/linux.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,6 @@ class MSS(MSSBase):
8383
It uses intensively the Xlib and Xrandr extension.
8484
'''
8585

86-
display = None
87-
xlib = None
88-
xrandr = None
89-
display = None
90-
root = None
91-
9286
def __del__(self):
9387
''' Disconnect from X server. '''
9488

0 commit comments

Comments
 (0)