summaryrefslogtreecommitdiff
path: root/eel/eel-canvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'eel/eel-canvas.h')
-rw-r--r--eel/eel-canvas.h7
1 files changed, 0 insertions, 7 deletions
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