Ticket #14923 (closed optimization: fixed)
[patch] cleanup not needed variable in src/osx/core/glgrab.cpp
| Reported by: | ettl.martin | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wxOSX (any toolkit) | Version: | 2.9-svn |
| Keywords: | Cc: | ||
| Blocked By: | Patch: | yes | |
| Blocking: |
Description
Please review the attached patch, which removes a not needed variable in src/osx/core/glgrab.cpp. This local variable bytes allocated and then initialized. After that, it was not used anymore, within the function scope.
Best regards and many thanks
Martin Ettl
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

