diff options
author | Murray Cumming <murrayc@murrayc.com> | 2010-05-31 13:16:28 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2010-05-31 13:16:28 +0200 |
commit | de7e9208edb460830accf5835afcbbf9ac4d212b (patch) | |
tree | d74cd224716e60e11723a3ba2777f1a757c218fe /glib/glibmm/propertyproxy_base.h | |
parent | f510673363137d691f5063bc68d9fa7bb3ef9709 (diff) | |
download | glibmm-de7e9208edb460830accf5835afcbbf9ac4d212b.tar.gz |
Remove the reduced API options and code, as discussed on mailing list.
* configure.ac: Removed the --enable-api-exceptions, --enable-api-properties,
--enable-api-vfuncs and --enable-api-default-signal-handlers options.
* build/reduced.m4: Removed.
* tools/m4/*.m4:
* tools/pm/Output.pm: Remove any use of ifdefs and auto_ptr for reduced API.
* *.[hg|ccg|h|cc]: Remove the idefed code.
Diffstat (limited to 'glib/glibmm/propertyproxy_base.h')
-rw-r--r-- | glib/glibmm/propertyproxy_base.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/glib/glibmm/propertyproxy_base.h b/glib/glibmm/propertyproxy_base.h index fcd40778..b9335905 100644 --- a/glib/glibmm/propertyproxy_base.h +++ b/glib/glibmm/propertyproxy_base.h @@ -28,7 +28,6 @@ namespace Glib { -#ifdef GLIBMM_PROPERTIES_ENABLED class ObjectBase; @@ -79,7 +78,6 @@ private: PropertyProxy_Base& operator=(const PropertyProxy_Base&); }; -#endif //GLIBMM_PROPERTIES_ENABLED #ifndef DOXYGEN_SHOULD_SKIP_THIS |