summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2018-07-30 13:37:25 +0300
committerErnestas Kulik <ekulik@redhat.com>2019-06-29 14:33:41 +0200
commitef604d3289929c2189768b7a265d87d79e086f09 (patch)
tree02921fbf90cde4be2de89e0420df924667892f45 /src
parent5960f0ca571af148a780a4c7affcfda2336b5d98 (diff)
downloadnautilus-ef604d3289929c2189768b7a265d87d79e086f09.tar.gz
canvas-private: Remove unused code
Diffstat (limited to 'src')
-rw-r--r--src/nautilus-canvas-private.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/nautilus-canvas-private.h b/src/nautilus-canvas-private.h
index a25c0cf4a..831e3bf54 100644
--- a/src/nautilus-canvas-private.h
+++ b/src/nautilus-canvas-private.h
@@ -82,37 +82,6 @@ typedef struct {
int last_adj_y;
} NautilusCanvasRubberbandInfo;
-typedef enum {
- DRAG_STATE_INITIAL,
- DRAG_STATE_MOVE_OR_COPY,
-} DragState;
-
-typedef struct {
- /* Pointer position in canvas coordinates. */
- int pointer_x, pointer_y;
-
- /* Icon top, left, and size in canvas coordinates. */
- int icon_x, icon_y;
- guint icon_size;
-} StretchState;
-
-typedef enum {
- AXIS_NONE,
- AXIS_HORIZONTAL,
- AXIS_VERTICAL
-} Axis;
-
-enum {
- LABEL_COLOR,
- LABEL_COLOR_HIGHLIGHT,
- LABEL_COLOR_ACTIVE,
- LABEL_COLOR_PRELIGHT,
- LABEL_INFO_COLOR,
- LABEL_INFO_COLOR_HIGHLIGHT,
- LABEL_INFO_COLOR_ACTIVE,
- LAST_LABEL_COLOR
-};
-
struct NautilusCanvasContainerDetails {
/* List of icons. */
GList *icons;