diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-05-29 15:14:45 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-05-29 15:14:45 +0200 |
commit | f8205aeecb38200b3179d01e4021dbe41e466b6c (patch) | |
tree | 86652a2403f0e3a7df407f1ecddb293be9835b6a /basctl | |
parent | e09eaef5a60beff3f4a303e5d4c1c71047188ec5 (diff) |
WaE: pButton became un-used due to 7eba32f0eacd71fbf2561c9f58f52b89cdd0e86f
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/baside2b.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx index 7454b1b83358..5241049b89cf 100644 --- a/basctl/source/basicide/baside2b.cxx +++ b/basctl/source/basicide/baside2b.cxx @@ -1549,7 +1549,7 @@ void StackWindow::Resize() -IMPL_LINK_INLINE_START( StackWindow, ButtonHdl, ImageButton *, pButton ) +IMPL_LINK_INLINE_START( StackWindow, ButtonHdl, ImageButton *, /*pButton*/ ) { return 0; } |