summaryrefslogtreecommitdiff
path: root/boost/gil/extension/toolbox/metafunctions/gil_extensions.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/gil/extension/toolbox/metafunctions/gil_extensions.hpp')
-rw-r--r--boost/gil/extension/toolbox/metafunctions/gil_extensions.hpp42
1 files changed, 0 insertions, 42 deletions
diff --git a/boost/gil/extension/toolbox/metafunctions/gil_extensions.hpp b/boost/gil/extension/toolbox/metafunctions/gil_extensions.hpp
deleted file mode 100644
index 927a2194c7..0000000000
--- a/boost/gil/extension/toolbox/metafunctions/gil_extensions.hpp
+++ /dev/null
@@ -1,42 +0,0 @@
-/*
- Copyright 2010 Christian Henning, Andreas Pokorny, Lubomir Bourdev
- Use, modification and distribution are subject to the Boost Software License,
- Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
- http://www.boost.org/LICENSE_1_0.txt).
-*/
-
-/*************************************************************************************************/
-
-#ifndef BOOST_GIL_EXTENSION_TOOLBOX_GIL_EXTENSIONS_HPP_INCLUDED
-#define BOOST_GIL_EXTENSION_TOOLBOX_GIL_EXTENSIONS_HPP_INCLUDED
-
-////////////////////////////////////////////////////////////////////////////////////////
-/// \file
-/// \brief Definitions of is_bit_aligned, is_homogeneous, and is_similar metafunctions and
-/// some other goodies.
-/// \author Christian Henning, Andreas Pokorny, Lubomir Bourdev \n
-///
-/// \date 2008 \n
-///
-////////////////////////////////////////////////////////////////////////////////////////
-
-#include <boost/gil/gil_all.hpp>
-
-
-#include <boost/mpl/if.hpp>
-
-#include <boost/gil/extension/toolbox/dynamic_images.hpp>
-
-namespace boost { namespace gil {
-
-
-/// other goodies
-
-
-
-
-
-} // namespace gil
-} // namespace boost
-
-#endif // BOOST_GIL_EXTENSION_TOOLBOX_GIL_EXTENSIONS_HPP_INCLUDED