diff --git a/I2_NeuronalerAbsturz/Start_Mac/imageInput.c b/I2_NeuronalerAbsturz/Start_Mac/imageInput.c index abc36c9..38bddcf 100644 --- a/I2_NeuronalerAbsturz/Start_Mac/imageInput.c +++ b/I2_NeuronalerAbsturz/Start_Mac/imageInput.c @@ -48,8 +48,6 @@ static int readSingleImage(FILE *file, GrayScaleImage *image) // TODO Vervollständigen Sie die Funktion readImages unter Benutzung Ihrer Hilfsfunktionen GrayScaleImageSeries *readImages(const char *path) { - GrayScaleImageSeries *series = NULL; - FILE *file = fopen(path, "rb"); if (!file) return NULL;