Skip to content

Commit

Permalink
Remove HILDON_ENABLE_UNSTABLE_API.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xan Lopez committed Oct 9, 2007
1 parent c7d7271 commit 14dc76d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 12 deletions.
4 changes: 0 additions & 4 deletions README
Expand Up @@ -3,7 +3,3 @@ Building with stock GTK+

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.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -162,7 +162,7 @@ CFLAGS="$CFLAGS ${ASSERT_CFLAGS} -Wall -Wmissing-prototypes -Wmissing-declaratio
# -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
Expand Down
3 changes: 0 additions & 3 deletions src/hildon-bread-crumb-trail.h
Expand Up @@ -23,8 +23,6 @@
*
*/

#ifdef HILDON_ENABLE_UNSTABLE_API

#ifndef __HILDON_BREAD_CRUMB_TRAIL_H__
#define __HILDON_BREAD_CRUMB_TRAIL_H__

Expand Down Expand Up @@ -86,4 +84,3 @@ G_END_DECLS

#endif

#endif /* HILDON_ENABLE_UNSTABLE_API */
4 changes: 0 additions & 4 deletions src/hildon-bread-crumb.h
Expand Up @@ -23,8 +23,6 @@
*
*/

#ifdef HILDON_ENABLE_UNSTABLE_API

#ifndef __HILDON_BREAD_CRUMB_H__
#define __HILDON_BREAD_CRUMB_H__

Expand Down Expand Up @@ -60,5 +58,3 @@ void hildon_bread_crumb_activated (HildonBreadCrumb *bread_crumb);
G_END_DECLS

#endif

#endif /* HILDON_ENABLE_UNSTABLE_API */

0 comments on commit 14dc76d

Please sign in to comment.