aboutsummaryrefslogtreecommitdiff
path: root/steam/unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'steam/unix.go')
-rw-r--r--steam/unix.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/steam/unix.go b/steam/unix.go
deleted file mode 100644
index caa4b43..0000000
--- a/steam/unix.go
+++ /dev/null
@@ -1,10 +0,0 @@
-// +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris
-
-package steam
-
-import (
- "os"
- "path/filepath"
-)
-
-var DefaultLib string = filepath.Join(os.Getenv("HOME"), ".steam/steam/steamapps")