]> git.saurik.com Git - wxWidgets.git/commit
clean up wxCairoRenderer initialization mess
authorPaul Cornett <paulcor@bullseye.com>
Sun, 2 Dec 2012 05:11:25 +0000 (05:11 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Sun, 2 Dec 2012 05:11:25 +0000 (05:11 +0000)
commit46421f24712450ce8d720d6552f08219e1eb5074
treed702b50fe4e4f41a6ddf83c0464c87f3009d077c
parentb3ee9f4d2efa4a5088b4c84eb8a0ba712fa7e7fb
clean up wxCairoRenderer initialization mess

Remove unused Unload(), wxCairoCleanUp(), m_loaded and gCairoRenderer, and redundant Load()
and EnsureIsLoaded(). Just call wxCairoInit() directly, and for GTK do nothing at all.

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