Don't declare wxCairoFontData::m_underlined unnecessarily.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Oct 2011 22:07:32 +0000 (22:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Oct 2011 22:07:32 +0000 (22:07 +0000)
commit00953cf010e380f4c7633799d0da602eba0add94
treee3f0bd9ed7b33a1356245af3a858c6040bf9a14d
parentfa378d369f620debdfe719cb4c1a1c577137fb26
Don't declare wxCairoFontData::m_underlined unnecessarily.

This member was only used in wxGTK-specific code but it was declared for all
platforms which was unnecessary and confusing.

Move its declaration in wxGTK-only section of the class.

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