From a0a3322b94552b037247a26014e5318c9ae3dd38 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Mon, 15 Dec 2014 17:29:16 +0100 Subject: Remove unused file That file is apparently unused - introduced with https://github.com/owncloud/core/commit/30b58f56771aa54304069d40a62070c06f5308fc I guess we can remove it... --- apps/files_versions/appinfo/api.php | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 apps/files_versions/appinfo/api.php (limited to 'apps/files_versions') diff --git a/apps/files_versions/appinfo/api.php b/apps/files_versions/appinfo/api.php deleted file mode 100644 index 3c45ff52457..00000000000 --- a/apps/files_versions/appinfo/api.php +++ /dev/null @@ -1,34 +0,0 @@ -. -*/ - -return array( - 'list' => array('method' => 'GET', 'class' => 'Storage', 'function' => 'getVersions', - 'parameters' => array( - 'file' => array('required' => true, 'type' => 'string') - ) - ), - 'revert' => array('method' => 'POST', 'class' => 'Storage', 'function' => 'rollback', - 'parameters' => array( - 'file' => array('required' => true, 'type' => 'string'), - 'time' => array('required' => true, 'type' => 'int') - ) - ) -); -- cgit v1.2.3