diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-08-21 18:29:50 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-08-21 18:30:47 (GMT) |
commit | d786e1aeff062ef4f0a962d55ddce7d41c5f512e (patch) | |
tree | e66ed4b836096e2f9a8c43902fede6738900d6dd /Swiften/Avatars/AvatarStorageFactory.cpp | |
parent | 734cdf96ee07357382914c1e38e19a5bf1f5078d (diff) | |
download | swift-contrib-d786e1aeff062ef4f0a962d55ddce7d41c5f512e.zip swift-contrib-d786e1aeff062ef4f0a962d55ddce7d41c5f512e.tar.bz2 |
Revert "Store avatars per profile."
Diffstat (limited to 'Swiften/Avatars/AvatarStorageFactory.cpp')
-rw-r--r-- | Swiften/Avatars/AvatarStorageFactory.cpp | 15 |
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() { - -} - -} |