summaryrefslogtreecommitdiff
path: root/eel/eel-canvas.h
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-12-24 16:41:39 +0300
committerMonsta <[email protected]>2015-12-24 16:41:39 +0300
commit5f53983105c83a649c47283577e4115f2d57d22d (patch)
tree95c2e0011672bd1c172a8cb42767516b59e3b92c /eel/eel-canvas.h
parent9f2270200e47229cb0b4316aaf708e28f94e4a9b (diff)
downloadcaja-5f53983105c83a649c47283577e4115f2d57d22d.tar.bz2
caja-5f53983105c83a649c47283577e4115f2d57d22d.tar.xz
eel: remove unused function
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