diff options
author | Ferran Vidal <vidalmarginet@hotmail.com> | 2012-04-23 11:24:34 +0530 |
---|---|---|
committer | Muthu Subramanian <sumuthu@suse.com> | 2012-04-23 11:24:34 +0530 |
commit | 5d5e02452fecc7400ebee3372dd9fb45dce179c7 (patch) | |
tree | 59b227efba1209fffbf2adbef6e1f50ae92d7402 /sc/inc | |
parent | 7d65dd728ca2b7dea073ef085110dccdf22c2d5c (diff) |
Remove unused code
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/dbdata.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/dbdata.hxx b/sc/inc/dbdata.hxx index 9dcd457b471d..f770deb35ed2 100644 --- a/sc/inc/dbdata.hxx +++ b/sc/inc/dbdata.hxx @@ -218,7 +218,6 @@ public: void insert(ScDBData* p); void erase(iterator itr); bool empty() const; - size_t size() const; bool operator== (const AnonDBs& r) const; }; |