Skip to content

Commit 57abd66

Browse files
committed
tweak: Remove not necessary inline.
1 parent 8ff901f commit 57abd66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sciter-x-api.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
EXTERN_C ISciterAPI* SCAPI SciterAPI();
88

99
#if defined(__cplusplus) && !defined(PLAIN_API_ONLY)
10-
inline ISciterAPI* SAPI( ISciterAPI* ext = nullptr ) {
10+
ISciterAPI* SAPI( ISciterAPI* ext = nullptr ) {
1111
#else
12-
inline ISciterAPI* SAPI(ISciterAPI* ext) {
12+
ISciterAPI* SAPI(ISciterAPI* ext) {
1313
#endif
1414
static ISciterAPI* _api = 0;
1515
if( ext ) _api = ext;

0 commit comments

Comments
 (0)