Ticket #14923 (closed optimization: fixed)

Opened 5 months ago

Last modified 5 months ago

[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

cleanup.patch download (0.6 KB) - added by ettl.martin 5 months ago.
proposed patch

Change History

Changed 5 months ago by ettl.martin

proposed patch

Changed 5 months ago by VZ

  • status changed from new to closed
  • resolution set to fixed

(In [73278]) No changes, just remove an unused variable.

Closes #14923.

Note: See TracTickets for help on using tickets.