Skip to content

Commit

Permalink
[mob] Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ua741 committed Feb 3, 2025
1 parent e42024c commit e98b0f4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mobile/lib/services/filedata/model/file_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ class FileDataEntity {
)
: null;

RemoteClipEmbedding? get clipEmbedding => remoteRawData[_clipKey] != null
? RemoteClipEmbedding.fromJson(
remoteRawData[_clipKey] as Map<String, dynamic>,
)
: null;

RemoteClipEmbedding? getClipEmbeddingIfCompatible(
int minClipMlVersion,
) {
Expand Down

0 comments on commit e98b0f4

Please sign in to comment.