[gtk/dnd-gestures-2: 123/173] Remove an unused enum
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/dnd-gestures-2: 123/173] Remove an unused enum
- Date: Wed, 8 Jan 2020 23:59:16 +0000 (UTC)
commit 62b87182c576d4fe66dbd1384efb2508a7aec90f
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Jan 6 20:30:41 2020 -0500
Remove an unused enum
We are not using GtkDragResult anymore.
gtk/gtkenums.h | 25 -------------------------
1 file changed, 25 deletions(-)
---
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h
index c23bf05b17..edf1c2d373 100644
--- a/gtk/gtkenums.h
+++ b/gtk/gtkenums.h
@@ -693,31 +693,6 @@ typedef enum
GTK_TREE_VIEW_GRID_LINES_BOTH
} GtkTreeViewGridLines;
-/**
- * GtkDragResult:
- * @GTK_DRAG_RESULT_SUCCESS: The drag operation was successful.
- * @GTK_DRAG_RESULT_NO_TARGET: No suitable drag target.
- * @GTK_DRAG_RESULT_USER_CANCELLED: The user cancelled the drag operation.
- * @GTK_DRAG_RESULT_TIMEOUT_EXPIRED: The drag operation timed out.
- * @GTK_DRAG_RESULT_GRAB_BROKEN: The pointer or keyboard grab used
- * for the drag operation was broken.
- * @GTK_DRAG_RESULT_ERROR: The drag operation failed due to some
- * unspecified error.
- *
- * Gives an indication why a drag operation failed.
- * The value can by obtained by connecting to the
- * #GtkWidget::drag-failed signal.
- */
-typedef enum
-{
- GTK_DRAG_RESULT_SUCCESS,
- GTK_DRAG_RESULT_NO_TARGET,
- GTK_DRAG_RESULT_USER_CANCELLED,
- GTK_DRAG_RESULT_TIMEOUT_EXPIRED,
- GTK_DRAG_RESULT_GRAB_BROKEN,
- GTK_DRAG_RESULT_ERROR
-} GtkDragResult;
-
/**
* GtkSizeGroupMode:
* @GTK_SIZE_GROUP_NONE: group has no effect
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]