]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fontcmn.cpp
Rework the wxCusor ctor taking wx stock number to provide as many cursors as
[wxWidgets.git] / src / common / fontcmn.cpp
index 236f10b00d9efccb9cefccf9ec5cc5fffb039ef2..4fcd211e5350148f8f2434b45e3ad8edab2c40ca 100644 (file)
@@ -303,7 +303,6 @@ bool wxFontBase::SetNativeFontInfo(const wxString& info)
         return true;
     }
 
-    UnRef();
     return false;
 }
 
@@ -316,7 +315,6 @@ bool wxFontBase::SetNativeFontInfoUserDesc(const wxString& info)
         return true;
     }
 
-    UnRef();
     return false;
 }