[gtkmm] DragContext: Remove the deprecated constructor and create() method.



commit 6c000eb92cdf98822d3f1a34a22b5c383c6efb61
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Feb 2 10:55:04 2011 +0100

    DragContext: Remove the deprecated constructor and create() method.
    
    	* gdk/src/dragcontext.hg: There should be no deprecated API in gtkmm 3.0.0.

 ChangeLog              |    6 ++++++
 gdk/src/dragcontext.hg |    7 -------
 2 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 1611d41..ba710c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-02-02  Murray Cumming  <murrayc murrayc com>
 
+	DragContext: Remove the deprecated constructor and create() method.
+	
+	* gdk/src/dragcontext.hg: There should be no deprecated API in gtkmm 3.0.0.
+
+2011-02-02  Murray Cumming  <murrayc murrayc com>
+
 	Fix the build against GTK+ from git master.
 
 	* gdk/src/gdk_methods.defs: Regenerated with h2defs.py.
diff --git a/gdk/src/dragcontext.hg b/gdk/src/dragcontext.hg
index bb71272..5c90dfb 100644
--- a/gdk/src/dragcontext.hg
+++ b/gdk/src/dragcontext.hg
@@ -44,14 +44,7 @@ class DragContext : public Glib::Object
   _IGNORE(gdk_drag_context_ref, gdk_drag_context_unref)
 protected:
 
-  /** @deprecated This method is not useful, you always obtain drag contexts by Gdk::Window::drag_begin() or similar.
-   */
-  _CTOR_DEFAULT
-
 public:
-  /** @deprecated This method is not useful, you always obtain drag contexts by Gdk::Window::drag_begin() or similar.
-   */
-  _WRAP_CREATE()
 
   _WRAP_METHOD(void drag_status(DragAction action, guint32 time), gdk_drag_status)
 



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