diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2012-10-15 17:50:56 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2012-10-15 17:50:56 +0000 |
commit | def31744f996fecdb187d43de38ddae2ff3ab881 (patch) | |
tree | 13c19fb7d95f21bb0f8b1ab437d38977f2214577 /otherlibs/graph/image.c | |
parent | 0a6f6a78570284f9476171216050986ea00f89db (diff) |
remove all $Id keywords
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13013 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/graph/image.c')
-rw-r--r-- | otherlibs/graph/image.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/otherlibs/graph/image.c b/otherlibs/graph/image.c index c610d96b6..40bce3357 100644 --- a/otherlibs/graph/image.c +++ b/otherlibs/graph/image.c @@ -11,8 +11,6 @@ /* */ /***********************************************************************/ -/* $Id$ */ - #include "libgraph.h" #include "image.h" #include <alloc.h> @@ -104,5 +102,3 @@ value caml_gr_draw_image(value im, value vx, value vy) XFlush(caml_gr_display); return Val_unit; } - -/* eof $Id$ */ |