From 4f0feab0c23284f419270b3d82e04038277a0d91 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Remko=20Tron=C3=A7on?= <git@el-tramo.be>
Date: Thu, 11 Nov 2010 23:17:10 +0100
Subject: Removed obsolete class.


diff --git a/Swiften/EventLoop/Deleter.h b/Swiften/EventLoop/Deleter.h
deleted file mode 100644
index f490883..0000000
--- a/Swiften/EventLoop/Deleter.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- * Copyright (c) 2010 Remko Tronçon
- * Licensed under the GNU General Public License v3.
- * See Documentation/Licenses/GPLv3.txt for more information.
- */
-
-#ifndef SWIFTEN_Deleter_H
-#define SWIFTEN_Deleter_H
-
-#include <cassert>
-
-namespace Swift {
-	template<typename T>
-	class Deleter {
-		public:
-			Deleter(T* object) : object_(object) {
-			}
-
-			void operator()() {
-				assert(object_);
-				delete object_;
-				object_ = 0;
-			}
-
-		private:
-			T* object_;
-	};
-}
-#endif
-- 
cgit v0.10.2-6-g49f6