]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/choice.cpp
blit using icon mask
[wxWidgets.git] / src / gtk1 / choice.cpp
index ae4a6e9fcef1658468b4239bd92eec2c327291d4..c78d0a2e8fbd15aafd6a4ed644e70774e56cca99 100644 (file)
@@ -287,8 +287,6 @@ int wxChoice::GetSelection()
         count++;
     }
 
-    wxFAIL_MSG( _T("wxChoice: no selection") );
-
     return -1;
 }