diff --git a/thermion_dart/lib/src/filament/src/interface/asset.dart b/thermion_dart/lib/src/filament/src/interface/asset.dart index 54ab1df7..dfdf86b3 100644 --- a/thermion_dart/lib/src/filament/src/interface/asset.dart +++ b/thermion_dart/lib/src/filament/src/interface/asset.dart @@ -101,24 +101,6 @@ abstract class ThermionAsset { /// [createBoundingBoxAsset] before this method. Future getBoundingBox(); - /// - /// The bounding box for this asset, as an actual renderable asset. - /// This is safe to call multiple times; if [boundingBoxAsset] is non-null, - /// this will simply return the existing bounding box asset. - /// - /// You will still need to call [Scene.add] to add this to the scene. - /// - Future getBoundingBoxAsset() { - throw UnimplementedError(); - } - - /// - /// - /// - Future destroyBoundingBoxAsset(Scene scene) { - throw UnimplementedError(); - } - /// /// ///