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

Commit

Permalink
Merge pull request #9622 from le717/remove-old-filesys
Browse files Browse the repository at this point in the history
Remove deprecated file system APIs
  • Loading branch information
zaggino committed Sep 22, 2015
2 parents 2703195 + 8c92756 commit 8b1344f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 427 deletions.
7 changes: 1 addition & 6 deletions src/brackets.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,6 @@ define(function (require, exports, module) {
require("search/FindInFilesUI");
require("search/FindReplace");

// Compatibility shims for filesystem API migration
require("file/NativeFileError");
require("file/NativeFileSystem");
require("project/FileIndexManager");

// Compatibility shim for PanelManager to WorkspaceManager migration
require("view/PanelManager");

Expand Down Expand Up @@ -320,7 +315,7 @@ define(function (require, exports, module) {
});

// Check for updates
if (!params.get("skipUpdateCheck") && !brackets.inBrowser) {
if (!brackets.inBrowser && !params.get("skipUpdateCheck")) {
AppInit.appReady(function () {
// launches periodic checks for updates cca every 24 hours
UpdateNotification.launchAutomaticUpdate();
Expand Down
53 changes: 0 additions & 53 deletions src/file/NativeFileError.js

This file was deleted.

284 changes: 0 additions & 284 deletions src/file/NativeFileSystem.js

This file was deleted.

Loading

0 comments on commit 8b1344f

Please sign in to comment.