[maemo-commits] [maemo-commits] r14373 - in projects/haf/trunk/hildon-1: . src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Oct 9 11:38:47 EEST 2007
Author: xan
Date: 2007-10-09 11:38:44 +0300 (Tue, 09 Oct 2007)
New Revision: 14373

Modified:
   projects/haf/trunk/hildon-1/README
   projects/haf/trunk/hildon-1/configure.ac
   projects/haf/trunk/hildon-1/src/hildon-bread-crumb-trail.h
   projects/haf/trunk/hildon-1/src/hildon-bread-crumb.h
Log:
Remove HILDON_ENABLE_UNSTABLE_API.


Modified: projects/haf/trunk/hildon-1/README
===================================================================
--- projects/haf/trunk/hildon-1/README	2007-10-09 08:34:38 UTC (rev 14372)
+++ projects/haf/trunk/hildon-1/README	2007-10-09 08:38:44 UTC (rev 14373)
@@ -3,7 +3,3 @@
 
 To build with stock GTK+ pass --with-maemo-gtk=no to the configure script.
 
-Unstable API
-------------
-
-Please define HILDON_ENABLE_UNSTABLE_API to use the unstable api header parts.

Modified: projects/haf/trunk/hildon-1/configure.ac
===================================================================
--- projects/haf/trunk/hildon-1/configure.ac	2007-10-09 08:34:38 UTC (rev 14372)
+++ projects/haf/trunk/hildon-1/configure.ac	2007-10-09 08:38:44 UTC (rev 14373)
@@ -162,7 +162,7 @@
 # -Wno-format due to way translation string are done
 
 ### enable MAEMO platform extensions
-CFLAGS="$CFLAGS -DMAEMO_CHANGES -DHILDON_ENABLE_UNSTABLE_API"
+CFLAGS="$CFLAGS -DMAEMO_CHANGES"
 
 # HILDON_OBJ_*
 # default vars for the examples

Modified: projects/haf/trunk/hildon-1/src/hildon-bread-crumb-trail.h
===================================================================
--- projects/haf/trunk/hildon-1/src/hildon-bread-crumb-trail.h	2007-10-09 08:34:38 UTC (rev 14372)
+++ projects/haf/trunk/hildon-1/src/hildon-bread-crumb-trail.h	2007-10-09 08:38:44 UTC (rev 14373)
@@ -23,8 +23,6 @@
  *
  */
 
-#ifdef HILDON_ENABLE_UNSTABLE_API
-
 #ifndef __HILDON_BREAD_CRUMB_TRAIL_H__
 #define __HILDON_BREAD_CRUMB_TRAIL_H__
 
@@ -86,4 +84,3 @@
 
 #endif
 
-#endif /* HILDON_ENABLE_UNSTABLE_API */

Modified: projects/haf/trunk/hildon-1/src/hildon-bread-crumb.h
===================================================================
--- projects/haf/trunk/hildon-1/src/hildon-bread-crumb.h	2007-10-09 08:34:38 UTC (rev 14372)
+++ projects/haf/trunk/hildon-1/src/hildon-bread-crumb.h	2007-10-09 08:38:44 UTC (rev 14373)
@@ -23,8 +23,6 @@
  *
  */
 
-#ifdef HILDON_ENABLE_UNSTABLE_API
-
 #ifndef __HILDON_BREAD_CRUMB_H__
 #define __HILDON_BREAD_CRUMB_H__
 
@@ -60,5 +58,3 @@
 G_END_DECLS
 
 #endif
-
-#endif /* HILDON_ENABLE_UNSTABLE_API */


More information about the maemo-commits mailing list