diff options
author | Santiago Martinez <smvarela@gmail.com> | 2012-02-22 21:38:16 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-23 13:00:04 +0000 |
commit | 38f487a7330df5c85845663d5b10d1069585f614 (patch) | |
tree | eecd8116ffe83986b1f6eaa0e14cd319dca66c90 /sc/inc | |
parent | f881540b3295c17286f8003c7b897907bf9f57cb (diff) |
Remove unused code in ScUserList
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/userlist.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/userlist.hxx b/sc/inc/userlist.hxx index 5fa00ebe93a5..541c66e2bc65 100644 --- a/sc/inc/userlist.hxx +++ b/sc/inc/userlist.hxx @@ -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); |