summaryrefslogtreecommitdiffstats
path: root/lib/public/avatar.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/avatar.php')
-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 {
-}