Skip to content

Commit

Permalink
Removed note window controller and note windows mananger
Browse files Browse the repository at this point in the history
  • Loading branch information
charliescheer committed Apr 12, 2024
1 parent fe52a88 commit 3ff8b74
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 52 deletions.
12 changes: 0 additions & 12 deletions Simplenote.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -479,12 +479,8 @@
BAA4854A25D5E22000F3BDB9 /* SearchQuery+Simplenote.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAA4854925D5E22000F3BDB9 /* SearchQuery+Simplenote.swift */; };
BAD4ECC026E6FC0A00881CC4 /* markdown-light.css in Resources */ = {isa = PBXBuildFile; fileRef = BAF8D5DB26AE3BE800CA9383 /* markdown-light.css */; };
BAE66CAA26AF647500398FF3 /* Remote.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA938CEB26ACFF4A00BE5A1D /* Remote.swift */; };
BAF1B0BF2BC9B1A800B55F73 /* NoteWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAF1B0BE2BC9B1A800B55F73 /* NoteWindowController.swift */; };
BAF1B0C02BC9B1A800B55F73 /* NoteWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAF1B0BE2BC9B1A800B55F73 /* NoteWindowController.swift */; };
BAF1B0C22BC9B1C500B55F73 /* NoteWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAF1B0C12BC9B1C500B55F73 /* NoteWindow.swift */; };
BAF1B0C32BC9B1C500B55F73 /* NoteWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAF1B0C12BC9B1C500B55F73 /* NoteWindow.swift */; };
BAF1B0C52BC9B25600B55F73 /* NoteWindowsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAF1B0C42BC9B25600B55F73 /* NoteWindowsManager.swift */; };
BAF1B0C62BC9B25600B55F73 /* NoteWindowsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAF1B0C42BC9B25600B55F73 /* NoteWindowsManager.swift */; };
BAF8D5DC26AE3BE800CA9383 /* markdown-light.css in Resources */ = {isa = PBXBuildFile; fileRef = BAF8D5DB26AE3BE800CA9383 /* markdown-light.css */; };
BAFB545026CCA7F1006E037C /* NSProgressIndicator+Simplenote.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAFB544F26CCA7F1006E037C /* NSProgressIndicator+Simplenote.swift */; };
BAFB545126CCA7F1006E037C /* NSProgressIndicator+Simplenote.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAFB544F26CCA7F1006E037C /* NSProgressIndicator+Simplenote.swift */; };
Expand Down Expand Up @@ -882,9 +878,7 @@
BAA0A88126B9F8970006260E /* AccountDeletionController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AccountDeletionController.swift; sourceTree = "<group>"; };
BAA0A88626B9F8B40006260E /* Date+Simplenote.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Date+Simplenote.swift"; sourceTree = "<group>"; };
BAA4854925D5E22000F3BDB9 /* SearchQuery+Simplenote.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SearchQuery+Simplenote.swift"; sourceTree = "<group>"; };
BAF1B0BE2BC9B1A800B55F73 /* NoteWindowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NoteWindowController.swift; sourceTree = "<group>"; };
BAF1B0C12BC9B1C500B55F73 /* NoteWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NoteWindow.swift; sourceTree = "<group>"; };
BAF1B0C42BC9B25600B55F73 /* NoteWindowsManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NoteWindowsManager.swift; sourceTree = "<group>"; };
BAF8D5DB26AE3BE800CA9383 /* markdown-light.css */ = {isa = PBXFileReference; lastKnownFileType = text.css; path = "markdown-light.css"; sourceTree = "<group>"; };
BAFB544F26CCA7F1006E037C /* NSProgressIndicator+Simplenote.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSProgressIndicator+Simplenote.swift"; sourceTree = "<group>"; };
F998F3EA22853C29008C2B59 /* CrashLogging.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CrashLogging.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1450,9 +1444,7 @@
children = (
B58BBD292523D4CA0025135F /* Window.swift */,
B58BBD3C2523FF160025135F /* PopoverWindow.swift */,
BAF1B0BE2BC9B1A800B55F73 /* NoteWindowController.swift */,
BAF1B0C12BC9B1C500B55F73 /* NoteWindow.swift */,
BAF1B0C42BC9B25600B55F73 /* NoteWindowsManager.swift */,
);
name = Windows;
sourceTree = "<group>";
Expand Down Expand Up @@ -2164,7 +2156,6 @@
B5F807CC2481982B0048CBD7 /* Note+Simplenote.swift in Sources */,
B5132FA823C4B9760065DD80 /* NSTextStorage+Simplenote.swift in Sources */,
A6BF918F25E4EB44003C2018 /* FileStorage.swift in Sources */,
BAF1B0C52BC9B25600B55F73 /* NoteWindowsManager.swift in Sources */,
714BA66E14D4AE6300A6CCC1 /* DateTransformer.m in Sources */,
B59EA98124AA5EFA008ABE4B /* NoteMetrics.swift in Sources */,
B5EDF338258A8F1B0066D91D /* TagListFilter.swift in Sources */,
Expand Down Expand Up @@ -2288,7 +2279,6 @@
A667305425C9751B00090DE3 /* SearchMapView.swift in Sources */,
B59E812F1877C802005ADDCF /* JSONKit+Simplenote.m in Sources */,
B5F04FD621596551004B1AA0 /* PrivacyViewController.swift in Sources */,
BAF1B0BF2BC9B1A800B55F73 /* NoteWindowController.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -2359,7 +2349,6 @@
375D294321E033D1007AB25A /* html5_blocks.c in Sources */,
B51AFE7725D36CDD00A196DF /* NSFont+Simplenote.swift in Sources */,
375D293D21E033D1007AB25A /* hash.c in Sources */,
BAF1B0C62BC9B25600B55F73 /* NoteWindowsManager.swift in Sources */,
B574CA74242D552100F8D02F /* TextViewInputHandler.swift in Sources */,
B5F807CD2481982B0048CBD7 /* Note+Simplenote.swift in Sources */,
A6C1E21525E010140076ADF7 /* SPApplication.swift in Sources */,
Expand Down Expand Up @@ -2483,7 +2472,6 @@
B574015425B783500058960E /* EmailVerification.swift in Sources */,
B5BD016B1897552500753208 /* JSONKit+Simplenote.m in Sources */,
B5F04FD721596551004B1AA0 /* PrivacyViewController.swift in Sources */,
BAF1B0C02BC9B1A800B55F73 /* NoteWindowController.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
25 changes: 0 additions & 25 deletions Simplenote/NoteWindowController.swift

This file was deleted.

15 changes: 0 additions & 15 deletions Simplenote/NoteWindowsManager.swift

This file was deleted.

0 comments on commit 3ff8b74

Please sign in to comment.