Skip to content

Commit 6350319

Browse files
authored
[CQ] remove unused bundle properties (#8202)
Cleanup a few straggling unused properties. Follow-up from #8183. --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. <details> <summary>Contribution guidelines:</summary><br> - See our [contributor guide]([https://github.com/dart-lang/sdk/blob/main/CONTRIBUTING.md](https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview) for general expectations for PRs. - Larger or significant changes should be discussed in an issue before creating a PR. - Dart contributions to our repos should follow the [Dart style guide](https://dart.dev/guides/language/effective-dart) and use `dart format`. - Java and Kotlin contributions should strive to follow Java and Kotlin best practices ([discussion](#8098)). </details>
1 parent 94fe6f0 commit 6350319

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

flutter-idea/src/io/flutter/FlutterBundle.properties

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@ app.restart.all.action.description=Restart all running Flutter apps on all conne
1313

1414
app.profile.action.text=Run in Flutter Profile Mode
1515
app.profile.config.action.text=Flutter Run ''{0}'' in Profile Mode
16-
app.profile.action.description=Run Flutter app in profile mode
1716

18-
app.release.action.text=Run in Flutter release mode
1917
app.release.config.action.text=Flutter Run ''{0}'' in Release Mode
20-
app.release.action.description=Run Flutter app in release mode
2118

2219
dart.sdk.is.not.configured=Dart SDK is not configured
2320

0 commit comments

Comments
 (0)