Revert "gl: cocoa: sprinkle some GST_EXPORT"

This reverts commit 94d798c333.

cocoac headers don't need to be public as all the functionality can be
provided by the base class
This commit is contained in:
Matthew Waters 2017-11-27 14:44:24 +11:00 committed by Tim-Philipp Müller
parent 84249c6f55
commit 6533e25e9c

View file

@ -28,7 +28,6 @@
G_BEGIN_DECLS
GST_EXPORT
GType gst_gl_display_cocoa_get_type (void);
#define GST_TYPE_GL_DISPLAY_COCOA (gst_gl_display_cocoa_get_type())
@ -56,7 +55,6 @@ struct _GstGLDisplayCocoaClass
GstGLDisplayClass object_class;
};
GST_EXPORT
GstGLDisplayCocoa *gst_gl_display_cocoa_new (void);
G_END_DECLS