Skip to content

Commit e36127a

Browse files
author
Akos Kitta
committed
fix: remove unused API
Signed-off-by: Akos Kitta <[email protected]>
1 parent 613883f commit e36127a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Diff for: arduino-ide-extension/src/browser/create/create-features.ts

-9
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)