[cluttermm] Remove deprecated function (we are not API stable).



commit 714d0e2a4647f5ceefb0ace5e3b0c9e3079acf30
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Apr 16 17:06:29 2010 +0200

    Remove deprecated function (we are not API stable).
    
        * clutter/cluttermm.h
        * clutter/filelist.am
    * clutter/cluttermm/utility.[h|cc]: Remove the utility.h API because
        it only wraps one function that is now deprecated in clutter 1.2.

 ChangeLog                     |    9 +++++++++
 clutter/cluttermm.h           |    1 -
 clutter/cluttermm/filelist.am |    4 ++--
 clutter/cluttermm/utility.cc  |   32 --------------------------------
 clutter/cluttermm/utility.h   |   32 --------------------------------
 5 files changed, 11 insertions(+), 67 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index f8ee07c..18d0d20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-04-16  Murray Cumming  <murrayc murrayc com>
+
+    Remove deprecated function (we are not API stable).
+
+    * clutter/cluttermm.h
+    * clutter/filelist.am
+	* clutter/cluttermm/utility.[h|cc]: Remove the utility.h API because 
+    it only wraps one function that is now deprecated in clutter 1.2.
+
 0.9.5:
 
 2009-10-03  Daniel Elstner  <daniel kitta gmail com>
diff --git a/clutter/cluttermm.h b/clutter/cluttermm.h
index c92120e..8c73561 100644
--- a/clutter/cluttermm.h
+++ b/clutter/cluttermm.h
@@ -52,6 +52,5 @@
 #include <cluttermm/threads.h>
 #include <cluttermm/timeline.h>
 #include <cluttermm/types.h>
-#include <cluttermm/utility.h>
 
 #endif /* !CLUTTERMM_H_INCLUDED */
diff --git a/clutter/cluttermm/filelist.am b/clutter/cluttermm/filelist.am
index bd32d63..27287f0 100644
--- a/clutter/cluttermm/filelist.am
+++ b/clutter/cluttermm/filelist.am
@@ -4,6 +4,6 @@ files_built_cc = $(files_hg:.hg=.cc) wrap_init.cc
 files_built_h  = $(files_hg:.hg=.h)
 files_built_ph = $(patsubst %.hg,private/%_p.h,$(files_hg))
 
-files_extra_cc = event.cc frame-source.cc init.cc main.cc threads.cc utility.cc
-files_extra_h  = event.h frame-source.h init.h main.h threads.h utility.h wrap_init.h
+files_extra_cc = event.cc frame-source.cc init.cc main.cc threads.cc
+files_extra_h  = event.h frame-source.h init.h main.h threads.h wrap_init.h
 files_extra_ph =



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