[gtkmm] Gdk: Remove unused Status enum.



commit a6f97136b2ff4c0582e83e9472301ff6141ed481
Author: Murray Cumming <murrayc murrayc com>
Date:   Sun Jan 14 20:27:59 2018 +0100

    Gdk: Remove unused Status enum.
    
    As in the C API:
    https://git.gnome.org/browse/gtk+/commit/?id=badcf022bf9a1eadf65ea74c7a03fed4ae4638fe

 gdk/src/types.hg |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gdk/src/types.hg b/gdk/src/types.hg
index de37840..f4a859b 100644
--- a/gdk/src/types.hg
+++ b/gdk/src/types.hg
@@ -57,7 +57,6 @@ class Window;
 _WRAP_ENUM(ByteOrder, GdkByteOrder)
 _WRAP_ENUM(ModifierType, GdkModifierType)
 _WRAP_ENUM(ModifierIntent, GdkModifierIntent)
-_WRAP_ENUM(Status, GdkStatus)
 
 typedef GdkGeometry Geometry; //It's not used enough to justify having a wrapper.
 


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