diff --git a/temp/sourcehook/sourcehook_impl_cleanuptask.h b/temp/sourcehook/sourcehook_impl_cleanuptask.h deleted file mode 100644 index 7f3e0fe..0000000 --- a/temp/sourcehook/sourcehook_impl_cleanuptask.h +++ /dev/null @@ -1,29 +0,0 @@ -/* ======== SourceHook ======== -* Copyright (C) 2004-2010 Metamod:Source Development Team -* No warranties of any kind -* -* License: zlib/libpng -* -* Author(s): Pavol "PM OnoTo" Marko -* ============================ -*/ - -#ifndef __SOURCEHOOK_IMPL_CLEANUPTASK_H__ -#define __SOURCEHOOK_IMPL_CLEANUPTASK_H__ - - -namespace SourceHook -{ - namespace Impl - { - class ICleanupTask - { - public: - virtual void CleanupAndDeleteThis() = 0; - }; - } -} - -// __SOURCEHOOK_IMPL_CLEANUPTASK_H__ -#endif -