No changes, just remove unneeded variable initialziation in wxAUI.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 13 Sep 2012 17:15:48 +0000 (17:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 13 Sep 2012 17:15:48 +0000 (17:15 +0000)
commitb576c83a30669ea10d48e5fa5776d29e9862e08e
treeafb7bf467dbd1686a9b59002a26493f6f9a10e10
parentc3f641cb5e2a89f9e191ee5b60eb6dafb23096d3
No changes, just remove unneeded variable initialziation in wxAUI.

Initialize the variables to the correct values when defining them instead of
initializing them as 0 first and then assigning them the real value.

Closes #14652.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72478 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/aui/auibook.cpp