From 5f53983105c83a649c47283577e4115f2d57d22d Mon Sep 17 00:00:00 2001 From: Monsta Date: Thu, 24 Dec 2015 16:41:39 +0300 Subject: eel: remove unused function --- eel/eel-canvas.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'eel/eel-canvas.h') diff --git a/eel/eel-canvas.h b/eel/eel-canvas.h index 8f49141a..6aa227e0 100644 --- a/eel/eel-canvas.h +++ b/eel/eel-canvas.h @@ -530,13 +530,6 @@ extern "C" { void eel_canvas_world_to_window (EelCanvas *canvas, double worldx, double worldy, double *winx, double *winy); - /* Takes a string specification for a color and allocates it into the specified - * GdkColor. If the string is null, then it returns FALSE. Otherwise, it - * returns TRUE. - */ - int eel_canvas_get_color (EelCanvas *canvas, const char *spec, GdkColor *color); - - #ifdef __cplusplus } #endif -- cgit v1.2.1