diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2012-12-14 22:26:58 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2012-12-14 22:28:06 +0100 |
commit | 00438a182db9d0edcc2339c8a35a79280c60d1a5 (patch) | |
tree | c532cfd6f563e69ac45cb0489297c822b7b2857a /svtools/source/contnr/viewdataentry.cxx | |
parent | 3a9e1e71d9a28b2c6bc96757e629b231d2276d9d (diff) |
Remove some newly tagged unused methods
Change-Id: I95d2c24ffefe6835c9505d149dc94847f1140b9c
Diffstat (limited to 'svtools/source/contnr/viewdataentry.cxx')
-rw-r--r-- | svtools/source/contnr/viewdataentry.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/svtools/source/contnr/viewdataentry.cxx b/svtools/source/contnr/viewdataentry.cxx index c9c75f3f21ca..adf7b3151608 100644 --- a/svtools/source/contnr/viewdataentry.cxx +++ b/svtools/source/contnr/viewdataentry.cxx @@ -97,11 +97,6 @@ void SvViewDataEntry::SetFocus( bool bFocus ) mbFocused = bFocus; } -void SvViewDataEntry::SetCursored( bool bCursored ) -{ - mbCursored = bCursored; -} - void SvViewDataEntry::SetSelected( bool bSelected ) { mbSelected = bSelected; |