Original commit message from CVS:
* gst-libs/gst/interfaces/xoverlay.c:
Remove unused statement from doc example.
+2006-09-22 Stefan Kost <ensonic@users.sf.net>
+
+ * gst-libs/gst/interfaces/xoverlay.c:
+ Remove unused statement from doc example.
+
2006-09-21 Stefan Kost <ensonic@users.sf.net>
* gst-libs/gst/interfaces/videoorientation.c:
* static GstBusSyncReply
* create_window (GstBus * bus, GstMessage * message, GstPipeline * pipeline)
* {
- * XGCValues values;
- *
* // ignore anything but 'prepare-xwindow-id' element messages
* if (GST_MESSAGE_TYPE (message) != GST_MESSAGE_ELEMENT)
* return GST_BUS_PASS;
*
* XSetWindowBackgroundPixmap (disp, win, None);
*
- * gc = XCreateGC (disp, win, 0, &values);
- *
* XMapRaised (disp, win);
*
* XSync (disp, FALSE);