diff options
author | monsta <[email protected]> | 2016-08-21 03:29:50 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-08-22 16:40:21 +0300 |
commit | 3c6122df79f4d6e86d7afa0e6c4b64403de7bc44 (patch) | |
tree | bd06579cadb62b290fb983f61a02e4dedb3f64b1 /eel/eel-canvas-rect-ellipse.h | |
parent | 6f295db45ebcb52c6e9ad39f8d639e35f88c5ef5 (diff) | |
download | caja-3c6122df79f4d6e86d7afa0e6c4b64403de7bc44.tar.bz2 caja-3c6122df79f4d6e86d7afa0e6c4b64403de7bc44.tar.xz |
drop a large amount of completely unused code
Diffstat (limited to 'eel/eel-canvas-rect-ellipse.h')
-rw-r--r-- | eel/eel-canvas-rect-ellipse.h | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/eel/eel-canvas-rect-ellipse.h b/eel/eel-canvas-rect-ellipse.h index d54de4d2..2d1dac59 100644 --- a/eel/eel-canvas-rect-ellipse.h +++ b/eel/eel-canvas-rect-ellipse.h @@ -143,38 +143,6 @@ extern "C" { /* Standard Gtk function */ GType eel_canvas_rect_get_type (void) G_GNUC_CONST; - - /* Ellipse item. No configurable or queryable arguments are available (use those in - * EelCanvasRE). - */ - - -#define EEL_TYPE_CANVAS_ELLIPSE (eel_canvas_ellipse_get_type ()) -#define EEL_CANVAS_ELLIPSE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EEL_TYPE_CANVAS_ELLIPSE, EelCanvasEllipse)) -#define EEL_CANVAS_ELLIPSE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EEL_TYPE_CANVAS_ELLIPSE, EelCanvasEllipseClass)) -#define EEL_IS_CANVAS_ELLIPSE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EEL_TYPE_CANVAS_ELLIPSE)) -#define EEL_IS_CANVAS_ELLIPSE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EEL_TYPE_CANVAS_ELLIPSE)) -#define EEL_CANVAS_ELLIPSE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), EEL_TYPE_CANVAS_ELLIPSE, EelCanvasEllipseClass)) - - - typedef struct _EelCanvasEllipse EelCanvasEllipse; - typedef struct _EelCanvasEllipseClass EelCanvasEllipseClass; - - struct _EelCanvasEllipse - { - EelCanvasRE re; - }; - - struct _EelCanvasEllipseClass - { - EelCanvasREClass parent_class; - }; - - - /* Standard Gtk function */ - GType eel_canvas_ellipse_get_type (void) G_GNUC_CONST; - - #ifdef __cplusplus } #endif |