Remove 'inline' from a function that is never actually inlined under any circumstance...
authorDavid Schleef <ds@schleef.org>
Tue, 21 Jan 2003 22:13:48 +0000 (22:13 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 21 Jan 2003 22:13:48 +0000 (22:13 +0000)
commit32a905da8024e7e0766f8c1a32d2babd0d68e370
tree26c7fe5be94cf2f641fbe2edcb55d5c5c4804860
parentcc25be4804b40992db0a6c16b2e70aee06963f7b
Remove 'inline' from a function that is never actually inlined under any circumstances.  Some compilers (Forte) don't...

Original commit message from CVS:
Remove 'inline' from a function that is never actually inlined
under any circumstances.  Some compilers (Forte) don't like
non-static inlines, and neither do I.  From Brian Cameron.
gst/gstinfo.c
gst/gstinfo.h