[gtk+/wip/attach-params: 1/22] gdkborder: remove unneeded definition
- From: William Hua <williamhua src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/attach-params: 1/22] gdkborder: remove unneeded definition
- Date: Tue, 2 Feb 2016 16:17:27 +0000 (UTC)
commit 542d45e24b1539aaebf3907fd767bb1273be63f6
Author: William Hua <william hua canonical com>
Date: Tue Feb 2 09:00:00 2016 -0500
gdkborder: remove unneeded definition
This reverts 54fa65f544bef281640d18a4a725005f6199a956,
5190d010d95010a845715c719c3b85a75e0c513a, and
a6e4de28842002e7bfdf73def26c4c52d9f9126a.
https://bugzilla.gnome.org/show_bug.cgi?id=756579
docs/reference/gdk/gdk3-sections.txt | 3 ---
gdk/gdktypes.h | 20 --------------------
2 files changed, 0 insertions(+), 23 deletions(-)
---
diff --git a/docs/reference/gdk/gdk3-sections.txt b/docs/reference/gdk/gdk3-sections.txt
index cfcce26..0e5c66c 100644
--- a/docs/reference/gdk/gdk3-sections.txt
+++ b/docs/reference/gdk/gdk3-sections.txt
@@ -638,9 +638,6 @@ gdk_rectangle_intersect
gdk_rectangle_union
gdk_rectangle_equal
-<SUBSECTION>
-GdkBorder
-
<SUBSECTION Private>
gdk_rectangle_get_type
</SECTION>
diff --git a/gdk/gdktypes.h b/gdk/gdktypes.h
index 57dc0fe..01366fd 100644
--- a/gdk/gdktypes.h
+++ b/gdk/gdktypes.h
@@ -93,26 +93,6 @@ typedef struct _GdkRectangle GdkRectangle;
typedef cairo_rectangle_int_t GdkRectangle;
#endif
-typedef struct _GdkBorder GdkBorder;
-
-/**
- * GdkBorder:
- * @left: The width of the left border
- * @right: The width of the right border
- * @top: The width of the top border
- * @bottom: The width of the bottom border
- *
- * A struct that specifies a border around a rectangular area
- * that can be of different width on each side.
- */
-struct _GdkBorder
-{
- gint left;
- gint right;
- gint top;
- gint bottom;
-};
-
/**
* GdkAtom:
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]