mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-07-02 04:47:16 +08:00
Killing unnecessary class
This commit is contained in:
@ -47,12 +47,6 @@ abstract class ImportStackObject {
|
||||
void resolve();
|
||||
}
|
||||
|
||||
/// Interface to help objects that need to parent themselves to some other
|
||||
/// object previously imported.
|
||||
abstract class ImportHelper<T extends Core<CoreContext>> {
|
||||
bool import(T object, ImportStack stack) => true;
|
||||
}
|
||||
|
||||
/// Stack to help the RiveFile locate latest ImportStackObject created of a
|
||||
/// certain type.
|
||||
class ImportStack {
|
||||
|
Reference in New Issue
Block a user