avoid warning about unreachable code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1470,10 +1470,7 @@ bool wxGStreamerMediaBackend::SetPosition(wxLongLong where)
|
||||
|
||||
# endif // GST_VERSION_MAJOR > 0 || GST_VERSION_MINOR >= 10
|
||||
|
||||
{
|
||||
m_llPausedPos = where;
|
||||
return true;
|
||||
}
|
||||
m_llPausedPos = where;
|
||||
return true;
|
||||
#endif //== 0.8.0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user