File tree 2 files changed +2
-10
lines changed
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ FlutterWindowControllerRef FlutterCreateWindow(
34
34
return state.release ();
35
35
}
36
36
37
- void FlutterDestoryWindow (FlutterWindowControllerRef controller) {
37
+ void FlutterDestroyWindow (FlutterWindowControllerRef controller) {
38
38
if (controller->engine ) {
39
39
controller->engine ->StopEngine ();
40
40
}
@@ -164,11 +164,6 @@ void FlutterNotifyLowMemoryWarning(FlutterWindowControllerRef controller) {
164
164
}
165
165
}
166
166
167
- void FlutterRotateWindow (FlutterWindowControllerRef controller,
168
- int32_t degree) {
169
- FT_LOGW (" Deprecated API. Use SystemChrome.setPreferredOrientations instead." );
170
- }
171
-
172
167
int64_t FlutterRegisterExternalTexture (
173
168
FlutterTextureRegistrarRef texture_registrar) {
174
169
FT_LOGD (" FlutterDesktopRegisterExternalTexture" );
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ FLUTTER_EXPORT FlutterDesktopPluginRegistrarRef
60
60
FlutterDesktopGetPluginRegistrar (FlutterWindowControllerRef controller ,
61
61
const char * plugin_name );
62
62
63
- FLUTTER_EXPORT void FlutterDestoryWindow (FlutterWindowControllerRef controller );
63
+ FLUTTER_EXPORT void FlutterDestroyWindow (FlutterWindowControllerRef controller );
64
64
65
65
FLUTTER_EXPORT bool FlutterRunsPrecompiledCode ();
66
66
@@ -82,9 +82,6 @@ FLUTTER_EXPORT void FlutterNotifyAppIsPaused(
82
82
FLUTTER_EXPORT void FlutterNotifyAppIsDetached (
83
83
FlutterWindowControllerRef controller );
84
84
85
- FLUTTER_EXPORT void FlutterRotateWindow (FlutterWindowControllerRef controller ,
86
- int32_t degree );
87
-
88
85
#if defined(__cplusplus )
89
86
} // extern "C"
90
87
#endif
You can’t perform that action at this time.
0 commit comments