[nautilus/wip/ernestask/gtk4-continued: 18/50] canvas-private: Remove unused code



commit 420169e78a596b8de1898775cda788cde97e93db
Author: Ernestas Kulik <ernestask gnome org>
Date:   Mon Jul 30 13:37:25 2018 +0300

    canvas-private: Remove unused code

 src/nautilus-canvas-private.h | 31 -------------------------------
 1 file changed, 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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]