diff options
author | Robin Appelman <icewind@owncloud.com> | 2013-05-08 16:48:47 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2013-05-08 16:48:47 +0200 |
commit | d9c19fa8d700a64054b29d8a1e4faaffc036c717 (patch) | |
tree | 5ac35075b33ec532f72524f54002a41cc4cf670d /lib/filesystemview.php | |
parent | e8a80c6c2fac222ddd4dd40de5ab8bab5cef9fec (diff) | |
download | nextcloud-server-d9c19fa8d700a64054b29d8a1e4faaffc036c717.tar.gz nextcloud-server-d9c19fa8d700a64054b29d8a1e4faaffc036c717.zip |
Move legacy filesystem classes
Diffstat (limited to 'lib/filesystemview.php')
-rw-r--r-- | lib/filesystemview.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/filesystemview.php b/lib/filesystemview.php deleted file mode 100644 index d6bca62e06a..00000000000 --- a/lib/filesystemview.php +++ /dev/null @@ -1,9 +0,0 @@ -<?php - -/** - * Copyright (c) 2012 Robin Appelman <icewind@owncloud.com> - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. */ - -class OC_FilesystemView extends \OC\Files\View {} |