Remove default case from switch
This commit is contained in:
@@ -457,10 +457,8 @@ wxAnimationImpl* wxAnimationCtrl::CreateAnimationImpl(wxAnimationImplType implTy
|
|||||||
|
|
||||||
case wxANIMATION_IMPL_TYPE_NATIVE:
|
case wxANIMATION_IMPL_TYPE_NATIVE:
|
||||||
return new wxAnimationGTKImpl();
|
return new wxAnimationGTKImpl();
|
||||||
|
|
||||||
default:
|
|
||||||
return NULL;
|
|
||||||
}
|
}
|
||||||
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user