Added support for SymConst(ofs_ent)
[libfirm] / ir / be / bechordal_draw.c
index f59dbb3..cf752ab 100644 (file)
@@ -167,6 +167,7 @@ plotter_t *new_plotter_ps(const char *filename)
 
 */
 
+#if 0
 typedef struct {
   base_plotter_t inh;
   const char *filename;
@@ -184,7 +185,6 @@ static void tikz_begin(plotter_t *_self, const rect_t *vis)
 
 static void tikz_setcolor(plotter_t *_self, const color_t *color)
 {
-  decl_self(tikz_plotter_t, _self);
   set_color(_self, color);
 }
 
@@ -213,6 +213,7 @@ static void tikz_finish(plotter_t *_self)
   decl_self(tikz_plotter_t, _self);
   fclose(self->f);
 }
+#endif
 
 
 extern void plotter_free(plotter_t *self)