Comment useless code. Need to remove from project in next pull request
This commit is contained in:
parent
cd08eb1c62
commit
e56e360285
2 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
namespace graphics
|
||||
{
|
||||
CompositeOverlayElement::CompositeOverlayElement(OverlayElement::Params const & p)
|
||||
/*CompositeOverlayElement::CompositeOverlayElement(OverlayElement::Params const & p)
|
||||
: OverlayElement(p)
|
||||
{}
|
||||
|
||||
|
@ -64,5 +64,5 @@ namespace graphics
|
|||
m_elements[i]->offset(offs);
|
||||
|
||||
setIsDirtyRect(true);
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
namespace graphics
|
||||
{
|
||||
class CompositeOverlayElement : public OverlayElement
|
||||
/*class CompositeOverlayElement : public OverlayElement
|
||||
{
|
||||
private:
|
||||
|
||||
|
@ -29,5 +29,5 @@ namespace graphics
|
|||
double priority() const;
|
||||
|
||||
void offset(m2::PointD const & offs);
|
||||
};
|
||||
};*/
|
||||
}
|
||||
|
|
Reference in a new issue