From a47588f8870b1512c1eaa46492130f97aa770ffa Mon Sep 17 00:00:00 2001
From: Not Zed <notzed@gmail.com>
Date: Sun, 6 Feb 2022 12:10:56 +1030
Subject: [PATCH] Remove some old experiments.

---
 src/notzed.ffmpeg/gen/ffmpeg.h | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/src/notzed.ffmpeg/gen/ffmpeg.h b/src/notzed.ffmpeg/gen/ffmpeg.h
index 9d1868b..1d3a58e 100644
--- a/src/notzed.ffmpeg/gen/ffmpeg.h
+++ b/src/notzed.ffmpeg/gen/ffmpeg.h
@@ -1,25 +1,4 @@
 
-struct bob {
-	int jane[4][4];
-	int a, b;
-};
-
-struct ZFoo {
-	char *p;
-	int q:5;
-	unsigned int r:3;
-	int *a;
-	unsigned int *b;
-	float **c;
-	double **d;
-	struct bob *x;
-	struct bob **y;
-
-
-	struct bob z[2];
-};
-
-
 #include <libavcodec/avcodec.h>
 #include <libavformat/avformat.h>
 #include <libswscale/swscale.h>
-- 
2.39.5