summaryrefslogtreecommitdiff
path: root/gps
diff options
context:
space:
mode:
Diffstat (limited to 'gps')
-rw-r--r--gps/client.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gps/client.py b/gps/client.py
index 54aa9b5e..fa8bfa38 100644
--- a/gps/client.py
+++ b/gps/client.py
@@ -128,7 +128,6 @@ WATCH_RAW = 0x000080 # output of raw packets
WATCH_SCALED = 0x000100 # scale output to floats
WATCH_TIMING = 0x000200 # timing information
WATCH_DEVICE = 0x000800 # watch specific device
-POLL_NONBLOCK = 0x001000 # set non-blocking poll
class gpsjson(gpscommon):
"Basic JSON decoding."