summaryrefslogtreecommitdiffstats
path: root/gst/games/gstpuzzle.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/games/gstpuzzle.c')
-rw-r--r--gst/games/gstpuzzle.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/games/gstpuzzle.c b/gst/games/gstpuzzle.c
index 9aef3cc2..f15e4839 100644
--- a/gst/games/gstpuzzle.c
+++ b/gst/games/gstpuzzle.c
@@ -444,7 +444,6 @@ gst_puzzle_set_property (GObject * object, guint prop_id,
{
GstPuzzle *src;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_PUZZLE (object));
src = GST_PUZZLE (object);
@@ -470,7 +469,6 @@ gst_puzzle_get_property (GObject * object, guint prop_id, GValue * value,
{
GstPuzzle *src;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_PUZZLE (object));
src = GST_PUZZLE (object);