Ticket #14957 (closed optimization: fixed)

Opened 5 months ago

Last modified 4 months ago

[patch] moved variable initialization into #if wxUSE_TOOLBAR block (src/propgrid/manager.cpp)

Reported by: ettl.martin Owned by:
Priority: normal Milestone:
Component: wxPropertyGrid Version: 2.9-svn
Keywords: Cc:
Blocked By: Patch: yes
Blocking:

Description

Please review the attached patch. It moves a variable declaration and its initialization into a #if wxUSE_TOOLBAR-block (file: src/propgrid/manager.cpp), where it is only used.

Best regards and many thanks

Martin Ettl

Attachments

cleanup.patch download (462 bytes) - added by ettl.martin 5 months ago.
proposed patch

Change History

Changed 5 months ago by ettl.martin

proposed patch

Changed 4 months ago by VZ

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

(In [73397]) Put "#if wxUSE_TOOLBAR" around a variable only used in this case.

No real changes.

Closes #14957.

Note: See TracTickets for help on using tickets.