Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 7154baf

Browse files
author
Nitesh Kumar
committed
code clean up
1 parent 2dea43e commit 7154baf

File tree

1 file changed

+0
-2
lines changed
  • src/extensions/default/OpenWithExternalApplication

1 file changed

+0
-2
lines changed

src/extensions/default/OpenWithExternalApplication/main.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ define(function (require, exports, module) {
4949

5050
var extensionToExtApplicationMap = {};
5151

52-
var graphicsFileTypes = [".jpg", ".jpeg", ".png", ".svg", ".xd", ".psd", ".ai"];
53-
5452
function _openWithExternalApplication(event, path) {
5553
_nodeDomain.exec("open", {
5654
path: path,

0 commit comments

Comments
 (0)