Remove unnecessary and troublesome inline

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27324 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
zuxy 2008-07-18 08:26:26 +00:00
parent 17b0917069
commit d7af803d7a
1 changed files with 1 additions and 1 deletions

View File

@ -1069,7 +1069,7 @@ static LRESULT CALLBACK EventProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM
return DefWindowProc(hWnd, message, wParam, lParam);
}
__attribute__((gnu_inline)) inline void startplay(gui_t *gui)
static void startplay(gui_t *gui)
{
handlemsg(gui->mainwindow, evDropFile);
}