Skip to content

Commit

Permalink
cleanup redundant method
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Joseph Petro committed Dec 28, 2024
1 parent 20f4e5c commit 87d72a5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions smart-blocks/smart_block.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@ export class SmartBlock extends SmartEntity {
// Else: Do nothing (may prune embeddings to save memory in future)
}

/**
* Queues the block for saving via the source.
* @returns {void}
*/
queue_save() {
this._queue_save = true;
}

/**
* Queues the entity for embedding.
* @returns {void}
Expand Down

0 comments on commit 87d72a5

Please sign in to comment.