summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/Controllers/StoragesFactory.h')
-rw-r--r--Swift/Controllers/StoragesFactory.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/Swift/Controllers/StoragesFactory.h b/Swift/Controllers/StoragesFactory.h
deleted file mode 100644
index 441a4e9..0000000
--- a/Swift/Controllers/StoragesFactory.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * Copyright (c) 2010 Remko Tronçon
- * Licensed under the GNU General Public License v3.
- * See Documentation/Licenses/GPLv3.txt for more information.
- */
-
-#pragma once
-
-namespace Swift {
- class Storages;
-
- class StoragesFactory {
- public:
- virtual ~StoragesFactory() {}
-
- virtual Storages* createStorages(const JID& profile) const = 0;
- };
-}