libgimpwidgets: remove /* GIMP_DISABLE_DEPRECATED */ from #endif

It seems to confuse gtk-doc.
This commit is contained in:
Michael Natterer 2015-05-30 21:55:53 +02:00
parent b9773efa5e
commit 2dd6d7fa65
1 changed files with 2 additions and 2 deletions

View File

@ -192,7 +192,7 @@ G_BEGIN_DECLS
#ifndef GIMP_DISABLE_DEPRECATED
#define GIMP_STOCK_INDEXED_PALETTE "gimp-colormap"
#endif /* GIMP_DISABLE_DEPRECATED */
#endif
#define GIMP_STOCK_IMAGES "gimp-images"
#define GIMP_STOCK_LAYERS "gimp-layers"
@ -212,7 +212,7 @@ G_BEGIN_DECLS
#ifndef GIMP_DISABLE_DEPRECATED
#define GIMP_STOCK_QMASK_OFF "gimp-quick-mask-off"
#define GIMP_STOCK_QMASK_ON "gimp-quick-mask-on"
#endif /* GIMP_DISABLE_DEPRECATED */
#endif
#define GIMP_STOCK_HISTOGRAM "gimp-histogram"
#define GIMP_STOCK_HISTOGRAM_LINEAR "gimp-histogram-linear"