[gtkmm-documentation/gtkmm-2-24] Remove the Ruler examples.



commit 968af9c43254906c9717d79f0aec374b1d1644c5
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Feb 2 11:50:34 2011 +0100

    Remove the Ruler examples.
    
    	* examples/others/rulers/rulers.cc: Remove this because Gtk::Ruler (and
    	GtkRuler) is deprecated without any real replacement.

 ChangeLog            |    7 +++++++
 examples/Makefile.am |    4 ----
 2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 1433746..a8d92b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2011-02-02  Murray Cumming  <murrayc murrayc com>
 
+	Remove the Ruler examples.
+
+	* examples/others/rulers/rulers.cc: Remove this because Gtk::Ruler (and 
+	GtkRuler) is deprecated without any real replacement.
+
+2011-02-02  Murray Cumming  <murrayc murrayc com>
+
   Disable the gdk drawing example, because it uses deprecated API.
   
 	* examples/Makefile.am: Disable examples/others/gdk/radar because it is just 
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 26efed4..d5de20b 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -104,7 +104,6 @@ check_PROGRAMS =					\
 	others/dnd/testdnd				\
 	others/exception/exceptiontest			\
 	others/idle/idle				\
-	others/rulers/rulers				\
 	others/statusbar/statusbar			\
 	others/stock/stock				\
 	others/tictactoe/ttt_test			\
@@ -619,9 +618,6 @@ others_exception_exceptiontest_SOURCES = \
 others_idle_idle_SOURCES = \
 	others/idle/idle.cc
 
-others_rulers_rulers_SOURCES = \
-	others/rulers/rulers.cc
-
 others_statusbar_statusbar_SOURCES = \
 	others/statusbar/statusbar.cc
 



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