Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'drape_frontend/text_layout.hpp')
-rw-r--r--drape_frontend/text_layout.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/drape_frontend/text_layout.hpp b/drape_frontend/text_layout.hpp
index 6cf6293904..f3f43b39c8 100644
--- a/drape_frontend/text_layout.hpp
+++ b/drape_frontend/text_layout.hpp
@@ -67,10 +67,7 @@ private:
class SharedTextLayout
{
public:
- SharedTextLayout();
SharedTextLayout(TextLayout * layout);
- SharedTextLayout(SharedTextLayout const & other);
- SharedTextLayout const & operator= (SharedTextLayout const & other);
bool IsNull() const;
void Reset(TextLayout * layout);