Changes between Initial Version and Version 1 of Ticket #4161, comment 4
- Timestamp:
- 2011-09-30T23:34:13+02:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4161, comment 4
initial v1 44 44 45 45 Each call of '''addChangeset()''' and '''removeChangeset()''' has for sole effect to clear the collections ''shownChangesets'' and ''data'' ! In fact, these collections are only managed via the setChangeset() method. 46 These uselessmethods are however called very often (at least at every primitive creation in edit layer) and may increase memory footprint for nothing.46 These (useless?) methods are however called very often (at least at every primitive creation in edit layer) and may increase memory footprint for nothing. 47 47 48 48 Are you ok to delete them ? (see attached patch)