Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 146680
Collapse All | Expand All

(-)src/ipa/xgd/device.h (-3 / +1 lines)
Lines 21-29 Link Here
21
 */
21
 */
22
static void wmf_gd_device_open (wmfAPI* API)
22
static void wmf_gd_device_open (wmfAPI* API)
23
{	
23
{	
24
#ifndef HAVE_LIBPNG
24
wmf_gd_t* ddata = WMF_GD_GetData (API);
25
	wmf_gd_t* ddata = WMF_GD_GetData (API);
26
#endif
27
25
28
	WMF_DEBUG (API,"wmf_[gd_]device_open");
26
	WMF_DEBUG (API,"wmf_[gd_]device_open");
29
27

Return to bug 146680