diff --git a/src/Appwrite/Resque/Worker.php b/src/Appwrite/Resque/Worker.php index 6a1f82ece9..40adc3e52e 100644 --- a/src/Appwrite/Resque/Worker.php +++ b/src/Appwrite/Resque/Worker.php @@ -267,17 +267,6 @@ abstract class Worker } - /** - * Get Video Storage Device - * @param string $projectId of the project - * @return Device - */ - protected function getVideoDevice($projectId): Device - { - return $this->getDevice(APP_STORAGE_VIDEO . '/app-' . $projectId); - } - - /** * Get Builds Storage Device * @param string $projectId of the project