Displaying all loaded objects horizontally.
[familia.git] / src / viewport / drawing_area.h
diff --git a/src/viewport/drawing_area.h b/src/viewport/drawing_area.h
deleted file mode 100644 (file)
index 37f3352..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-/****************************************************************************
- *  MnumiEditor -                                                           *
- *  Copyright (C) 2011-2013 Rafał Długołęcki <bugz@dlugolecki.net.pl>       *
- *                                                                          *
- ****************************************************************************/
-
-#ifndef _DRAWING_AREA_H
-#define _DRAWING_AREA_H
-
-/**
- * Function responsible for drawing content on each frame.
- */
-gboolean drawing_area_draw(GtkWidget *widget, cairo_t *cr,
-                                                       gpointer user_data);
-
-/**
- * Function responsible for configuration of drawing area widget.
- */
-gboolean drawing_area_configure_event (GtkWidget *widget,
-                                       GdkEventConfigure *event, gpointer data);
-
-#endif /* _DRAWING_AREA_H */
-