diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-07-24 20:02:28 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-07-24 23:30:54 +0300 |
commit | 23bb6bb20fb6cfc136da7a497ffe40539769ac7a (patch) | |
tree | fc1db42102a589ba2e77568b0bf75ef8664ae437 /vcl/aqua/source | |
parent | f85fc1cdda3e84b05cefa1d6ca4e666bb76500cc (diff) |
Bin pointless comment duplicating #defines in a header
Change-Id: I071da9dbe7c4fe5ce95deef8b62d74d2d5a20256
Diffstat (limited to 'vcl/aqua/source')
-rw-r--r-- | vcl/aqua/source/gdi/salnativewidgets.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vcl/aqua/source/gdi/salnativewidgets.cxx b/vcl/aqua/source/gdi/salnativewidgets.cxx index 0921fb135c27..07a8b6ba4232 100644 --- a/vcl/aqua/source/gdi/salnativewidgets.cxx +++ b/vcl/aqua/source/gdi/salnativewidgets.cxx @@ -451,17 +451,6 @@ sal_Bool AquaSalGraphics::drawNativeControl(ControlType nType, Rectangle buttonRect = rControlRegion; HIRect rc = ImplGetHIRectFromRectangle(buttonRect); - /** Scrollbar parts code equivalent ** - PART_BUTTON_UP 101 - PART_BUTTON_DOWN 102 - PART_THUMB_VERT 211 - PART_TRACK_VERT_UPPER 201 - PART_TRACK_VERT_LOWER 203 - - PART_DRAW_BACKGROUND_HORZ 1000 - PART_DRAW_BACKGROUND_VERT 1001 - **/ - switch( nType ) { |