Kaydet (Commit) 38f487a7 authored tarafından Santiago Martinez's avatar Santiago Martinez Kaydeden (comit) Michael Meeks

Remove unused code in ScUserList

üst f881540b
......@@ -92,9 +92,7 @@ public:
bool operator!=( const ScUserList& r ) const;
iterator begin();
iterator end();
const_iterator begin() const;
const_iterator end() const;
void clear();
size_t size() const;
void push_back(ScUserListData* p);
......
......@@ -345,21 +345,11 @@ ScUserList::iterator ScUserList::begin()
return maData.begin();
}
ScUserList::iterator ScUserList::end()
{
return maData.end();
}
ScUserList::const_iterator ScUserList::begin() const
{
return maData.begin();
}
ScUserList::const_iterator ScUserList::end() const
{
return maData.end();
}
void ScUserList::clear()
{
maData.clear();
......
......@@ -108,8 +108,6 @@ ScRangeData::ScRangeData(unsigned short)
ScSimpleRangeList::Range::contains(ScSimpleRangeList::Range const&) const
ScStringCell::ScStringCell()
ScTypedStrData::GetValue() const
ScUserList::end()
ScUserList::end() const
ScValidationEntries_Impl::Insert(ScValidationData* const&, unsigned short&)
ScValidationEntries_Impl::Insert(ScValidationData* const*, unsigned short)
ScValidationEntries_Impl::Insert(ScValidationEntries_Impl const*, unsigned short, unsigned short)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment