Skip to content

Commit e36127a

Browse files
author
Akos Kitta
committed
fix: remove unused API
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
1 parent 613883f commit e36127a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

arduino-ide-extension/src/browser/create/create-features.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,6 @@ export class CreateFeatures implements FrontendApplicationContribution {
9191
return this._enabled;
9292
}
9393

94-
get cloudSketchStates(): {
95-
uri: URI;
96-
state: CloudSketchState | undefined;
97-
}[] {
98-
return Array.from(this._cloudSketchStates.entries()).map(
99-
([uri, state]) => ({ uri: new URI(uri), state })
100-
);
101-
}
102-
10394
cloudSketchState(uri: URI): CloudSketchState | undefined {
10495
return this._cloudSketchStates.get(uri.toString());
10596
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy