comparison gui/dialog/skinbrowser.h @ 35995:454b0a86d1e8

Make create_SkinBrowser() static. It only has file scope. In order to do so, relocate some other static functions.
author ib
date Fri, 29 Mar 2013 01:41:06 +0000
parents 3c901704a27c
children 7efddc4d726f
comparison
equal deleted inserted replaced
35994:029706e763d1 35995:454b0a86d1e8
23 23
24 extern char * sbSelectedSkin; 24 extern char * sbSelectedSkin;
25 extern GtkWidget * SkinBrowser; 25 extern GtkWidget * SkinBrowser;
26 26
27 void ShowSkinBrowser( void ); 27 void ShowSkinBrowser( void );
28 GtkWidget * create_SkinBrowser( void );
29 28
30 #endif /* MPLAYER_GUI_SKINBROWSER_H */ 29 #endif /* MPLAYER_GUI_SKINBROWSER_H */