remove old ThermionFlutterWindow class

This commit is contained in:
Nick Fisher
2025-03-28 11:46:32 +08:00
parent b69977929c
commit ac5b5b89f6

View File

@@ -1,16 +0,0 @@
abstract class ThermionFlutterWindow {
int get width;
int get height;
int get handle;
///
/// Destroy a texture and clean up the texture cache (if applicable).
///
Future destroy();
Future resize(int width, int height, int left, int top);
Future markFrameAvailable();
}