Skip to content

Commit

Permalink
refactor: remove phoenixcomm as its unused and it is a new API
Browse files Browse the repository at this point in the history
  • Loading branch information
abose committed Oct 14, 2023
1 parent 0730f7a commit 388c9a3
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 356 deletions.
1 change: 0 additions & 1 deletion docs/generatedApiDocs/GitHub-API-Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ The list of all APIs for phoenix.
1. [utils/ExtensionInterface](ExtensionInterface-API)
1. [utils/FeatureGate](FeatureGate-API)
1. [utils/Metrics](Metrics-API)
1. [utils/PhoenixComm](PhoenixComm-API)
1. [widgets/NotificationUI](NotificationUI-API)
1. [worker/ExtensionsWorker](ExtensionsWorker-API)
1. [worker/IndexingWorker](IndexingWorker-API)
Expand Down
70 changes: 0 additions & 70 deletions docs/generatedApiDocs/utils/PhoenixComm-API.md

This file was deleted.

2 changes: 0 additions & 2 deletions src/brackets.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ define(function (require, exports, module) {
require("thirdparty/CodeMirror/keymap/sublime");

require("worker/WorkerComm");
require("utils/PhoenixComm");
require("utils/ZipUtils");

// Load dependent modules
Expand Down Expand Up @@ -274,7 +273,6 @@ define(function (require, exports, module) {
MultiRangeInlineEditor: require("editor/MultiRangeInlineEditor").MultiRangeInlineEditor,
NativeApp: require("utils/NativeApp"),
PerfUtils: require("utils/PerfUtils"),
PhoenixComm: require("utils/PhoenixComm"),
PreferencesManager: require("preferences/PreferencesManager"),
ProjectManager: require("project/ProjectManager"),
QuickViewManager: require("features/QuickViewManager"),
Expand Down
147 changes: 0 additions & 147 deletions src/utils/PhoenixComm.js

This file was deleted.

1 change: 0 additions & 1 deletion test/SpecRunner.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ define(function (require, exports, module) {
require("language/CodeInspection");
require("thirdparty/lodash");
require("thirdparty/jszip");
require("utils/PhoenixComm");
require("editor/CodeHintManager");
require("utils/Global");
require("command/Menus");
Expand Down
1 change: 0 additions & 1 deletion test/UnitTestSuite.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ define(function (require, exports, module) {
require("spec/BeautificationManager-test");
require("spec/Template-for-integ-test");
require("spec/LiveDevelopmentMultiBrowser-test");
require("spec/PhoenixComm-integ-test");
require("spec/NewFileContentManager-test");
require("spec/InstallExtensionDialog-integ-test");
require("spec/ExtensionInstallation-test");
Expand Down
134 changes: 0 additions & 134 deletions test/spec/PhoenixComm-integ-test.js

This file was deleted.

0 comments on commit 388c9a3

Please sign in to comment.