summaryrefslogtreecommitdiffhomepage
path: root/app/lib/linking.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib/linking.js')
-rw-r--r--app/lib/linking.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/lib/linking.js b/app/lib/linking.js
deleted file mode 100644
index ccbedde767..0000000000
--- a/app/lib/linking.js
+++ /dev/null
@@ -1,7 +0,0 @@
-// @flow
-import { shell } from 'electron';
-
-var open = (link) => {
- shell.openExternal(link);
-};
-export default open; \ No newline at end of file