No real changes, just remove an unnecessary variable assignment.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 20 Sep 2012 15:47:03 +0000 (15:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 20 Sep 2012 15:47:03 +0000 (15:47 +0000)
commitea6e973ca24b8fb23e9ba6b08768f9264ca0630b
tree09ddb6577b226141c9e215c1c4f29660467e94b5
parentde03c7fec1d27e607136fa0b8c4680799079c3a9
No real changes, just remove an unnecessary variable assignment.

Initialize m_gtk_model with its correct value immediately, without setting it
to NULL first.

Closes #14673.

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