diff options
author | kondou <kondou@ts.unde.re> | 2013-09-04 22:13:59 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-09-04 22:13:59 +0200 |
commit | b643c02bd5b6bdf7e1dbbc549ce2a089a009fbc8 (patch) | |
tree | ec28b2ac35ace95662519e44dd76a9ba74fc9cd0 /lib | |
parent | 68dce9dde569a039da68cd2c1244ca89984aba34 (diff) | |
download | nextcloud-server-b643c02bd5b6bdf7e1dbbc549ce2a089a009fbc8.tar.gz nextcloud-server-b643c02bd5b6bdf7e1dbbc549ce2a089a009fbc8.zip |
Fix some bugs and remove \OCP\Avatar for now
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public/avatar.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/public/avatar.php b/lib/public/avatar.php deleted file mode 100644 index 6da8e83a9af..00000000000 --- a/lib/public/avatar.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php -/** - * Copyright (c) 2013 Christopher Schäpers <christopher@schaepers.it> - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. - */ - -namespace OCP; - -class Avatar extends \OC_Avatar { -} |