aboutsummaryrefslogtreecommitdiff
path: root/device_linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'device_linux.go')
-rw-r--r--device_linux.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/device_linux.go b/device_linux.go
deleted file mode 100644
index 66ab472..0000000
--- a/device_linux.go
+++ /dev/null
@@ -1,5 +0,0 @@
-package robo
-
-func Open() (Device, error) {
- return NewLP("/dev/usb/lp0")
-}