view src/flacng/flac_compat114.h @ 2512:1f6b5f5768e2

Remove some completely useless null-pointer checks, g_free() checks the pointer anyway.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 02 Apr 2008 22:58:35 +0300
parents 2f742d127b3e
children
line wrap: on
line source

#ifndef FLAC_COMPAT114_H
#define FLAC_COMPAT114_H

#if defined(FLAC_API_VERSION_CURRENT) && FLAC_API_VERSION_CURRENT == 8
#endif

#endif