Modify ↓
Opened 8 years ago
Closed 8 years ago
#12933 closed enhancement (fixed)
[Patch] Deprecate requestPaintPoly and requestPaintRect
Reported by: | michael2402 | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 16.06 |
Component: | Core | Version: | |
Keywords: | gsoc-core | Cc: | Don-vip, bastiK, stoecker |
Description
The requestPaint* methods of NavigatableComponent are not used any more. There is no reference to them in josm-plugins.
They were last used by josm selections but the selection uses temporary layers now.
Attachments (2)
Change History (5)
by , 8 years ago
Attachment: | patch-mapview-deprecate-paint-poly.patch added |
---|
comment:1 by , 8 years ago
by , 8 years ago
Attachment: | patch-mapview-remove-paint-poly.patch added |
---|
Note:
See TracTickets
for help on using tickets.
If they're not used at all we can simply remove them.