Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/dvi/pixbuf-device.h
diff options
context:
space:
mode:
Diffstat (limited to 'dvi/pixbuf-device.h')
-rw-r--r--dvi/pixbuf-device.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/dvi/pixbuf-device.h b/dvi/pixbuf-device.h
deleted file mode 100644
index bacae4b..0000000
--- a/dvi/pixbuf-device.h
+++ /dev/null
@@ -1,24 +0,0 @@
-#ifndef MDVI_PIXBUF_DEVICE
-#define MDVI_PIXBUF_DEVICE
-
-#include "mdvi.h"
-#include <gtk/gtk.h>
-
-void
-mdvi_pixbuf_device_init (DviDevice *device);
-
-void
-mdvi_pixbuf_device_free (DviDevice *device);
-
-GdkPixbuf *
-mdvi_pixbuf_device_get_pixbuf (DviDevice *device);
-
-void
-mdvi_pixbuf_device_render (DviContext *dvi);
-
-void
-mdvi_pixbuf_device_set_margins (DviDevice *device, gint xmargin, gint ymargin);
-
-#endif /* MDVI_PIXBUF_DEVICE */
-
-