summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Avatars/AvatarStorageFactory.cpp')
-rw-r--r--Swiften/Avatars/AvatarStorageFactory.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/Swiften/Avatars/AvatarStorageFactory.cpp b/Swiften/Avatars/AvatarStorageFactory.cpp
deleted file mode 100644
index b525909..0000000
--- a/Swiften/Avatars/AvatarStorageFactory.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * Copyright (c) 2010 Remko Tronçon
- * Licensed under the GNU General Public License v3.
- * See Documentation/Licenses/GPLv3.txt for more information.
- */
-
-#include "Swiften/Avatars/AvatarStorageFactory.h"
-
-namespace Swift {
-
-AvatarStorageFactory::~AvatarStorageFactory() {
-
-}
-
-}