Skip to content

Commit

Permalink
Fix: bagrinsergiu/blox-editor#23906 - deleted a function that is not …
Browse files Browse the repository at this point in the history
…used to not be implemented
  • Loading branch information
Nichita committed Oct 9, 2023
1 parent 0a6a25e commit b0d4b57
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions editor/zip/archiver-interface.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ public function createZip( $posts, $fileName );

public function createFromZip( $zipPath );

public function getEditorVersion();

public function getSyncVersion();

public function isVersionSupported($version);
Expand Down
2 changes: 0 additions & 2 deletions editor/zip/archiver.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,6 @@ private function createSingleFromZipPath(ZipArchive $z, $dir)
return $block;
}

public function getEditorVersion() {}

public function getSyncVersion() {
return $this->syncVersion;
}
Expand Down

0 comments on commit b0d4b57

Please sign in to comment.