Commit 3a9d96f87693fef8e9993becd86252aea5407919
1 parent
92060d3e
Removed unused enum
Change-Id: Ia8272ab838dea4276efca08c94b3d38489e85699
Showing
1 changed file
with
0 additions
and
7 deletions
shared/view.h
| ... | ... | @@ -26,13 +26,6 @@ |
| 26 | 26 | namespace DemoHelper |
| 27 | 27 | { |
| 28 | 28 | |
| 29 | -enum ControlDepthIndexRanges | |
| 30 | -{ | |
| 31 | - BACKGROUND_DEPTH_INDEX = -10000000, | |
| 32 | - CONTENT_DEPTH_INDEX = 0, | |
| 33 | - DECORATION_DEPTH_INDEX = 10000000 | |
| 34 | -}; | |
| 35 | - | |
| 36 | 29 | /** |
| 37 | 30 | * Provide a style for the view and its tool bar. |
| 38 | 31 | */ | ... | ... |