aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2013-09-04 22:13:59 +0200
committerkondou <kondou@ts.unde.re>2013-09-04 22:13:59 +0200
commitb643c02bd5b6bdf7e1dbbc549ce2a089a009fbc8 (patch)
treeec28b2ac35ace95662519e44dd76a9ba74fc9cd0 /lib
parent68dce9dde569a039da68cd2c1244ca89984aba34 (diff)
downloadnextcloud-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.php12
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 {
-}