diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-09-17 09:20:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-09-17 09:55:42 +0100 |
commit | d49d0139a7f4b9835a2179b6dcc6741a41b0197c (patch) | |
tree | 2c6aa787519162454e7ce0496ca3c7704a0117ec /svl | |
parent | e03223d4c3cdc5d89598f0afefbd3eaee8a69736 (diff) |
callcatcher: update unused code
Change-Id: I2ddda0600ee876e9886ee3221f0ac5ad515fbd22
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/misc/gridprinter.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/svl/source/misc/gridprinter.cxx b/svl/source/misc/gridprinter.cxx index a47264970ae3..2cbadca0a8a9 100644 --- a/svl/source/misc/gridprinter.cxx +++ b/svl/source/misc/gridprinter.cxx @@ -126,16 +126,6 @@ void GridPrinter::print( const char* pHeader ) const } } -void GridPrinter::clear() -{ - mpImpl->maMatrix.clear(); -} - -void GridPrinter::resize( size_t nRows, size_t nCols ) -{ - mpImpl->maMatrix.resize(nRows, nCols); -} - } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |