Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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)

AltStyle によって変換されたページ (->オリジナル) /