From 994c8aec4d911fb4793f2406ca2a2a459256dd69 Mon Sep 17 00:00:00 2001 From: Guido Ranzuglia granzuglia Date: Wed, 25 Jul 2012 06:54:45 +0000 Subject: [PATCH] - we love information hiding! --- src/common/meshmodel.cpp | 5 ----- src/common/meshmodel.h | 1 - 2 files changed, 6 deletions(-) diff --git a/src/common/meshmodel.cpp b/src/common/meshmodel.cpp index 6e88af792..9f2c5c270 100644 --- a/src/common/meshmodel.cpp +++ b/src/common/meshmodel.cpp @@ -728,11 +728,6 @@ bool& MeshModel::meshModified() return this->modified; } -int MeshModel::dataMask() const -{ - return currentDataMask; -} - MeshLabRenderMesh::MeshLabRenderMesh() :glw(),cm() { diff --git a/src/common/meshmodel.h b/src/common/meshmodel.h index 11f719775..bb3d459dc 100644 --- a/src/common/meshmodel.h +++ b/src/common/meshmodel.h @@ -290,7 +290,6 @@ public: // but it takes in input a mask coming from a filetype instead of a filter requirement (like topology etc) void Enable(int openingFileMask); - int dataMask() const; bool hasDataMask(const int maskToBeTested) const; void updateDataMask(MeshModel *m); void updateDataMask(int neededDataMask);