cleanup
This commit is contained in:
parent
90d5306f09
commit
b3d7552774
1 changed files with 0 additions and 8 deletions
|
@ -39,14 +39,6 @@ BOOST_FUSION_ADAPT_STRUCT (
|
||||||
(std::uint8_t, alpha_)
|
(std::uint8_t, alpha_)
|
||||||
)
|
)
|
||||||
|
|
||||||
//BOOST_FUSION_ADAPT_ADT(
|
|
||||||
// mapnik::color,
|
|
||||||
// (std::uint8_t, std::uint8_t, obj.red(), obj.set_red(val))
|
|
||||||
// (std::uint8_t, std::uint8_t, obj.green(), obj.set_green(val))
|
|
||||||
// (std::uint8_t, std::uint8_t, obj.blue(), obj.set_blue(val))
|
|
||||||
// (std::uint8_t, std::uint8_t, obj.alpha(), obj.set_alpha(val))
|
|
||||||
// )
|
|
||||||
|
|
||||||
namespace mapnik {
|
namespace mapnik {
|
||||||
|
|
||||||
namespace x3 = boost::spirit::x3;
|
namespace x3 = boost::spirit::x3;
|
||||||
|
|
Loading…
Add table
Reference in a new issue