ncvisual.3: purge static inline

This commit is contained in:
nick black 2022-09-23 07:05:37 -04:00
parent ab8590d7b3
commit b8e0129f12
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -89,7 +89,7 @@ typedef struct ncvgeom {
**struct ncplane* ncvisual_blit(struct notcurses* ***nc***, struct ncvisual* ***ncv***, const struct ncvisual_options* ***vopts***);**
**static inline struct ncplane* ncvisualplane_create(struct notcurses* ***nc***, const struct ncplane_options* ***opts***, struct ncvisual* ***ncv***, struct ncvisual_options* ***vopts***);**
**struct ncplane* ncvisualplane_create(struct notcurses* ***nc***, const struct ncplane_options* ***opts***, struct ncvisual* ***ncv***, struct ncvisual_options* ***vopts***);**
**int ncvisual_simple_streamer(struct ncplane* ***n***, struct ncvisual* ***ncv***, const struct timespec* ***disptime***, void* ***curry***);**