X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Fsrc%2Fsynfig%2Flayer.h;h=87ec5bb07acfb99767d9dd143233a9708df5dd47;hb=771bab79d7ca89c8389d9ec4aef5a0f8387f8f7c;hp=46657f0fada96a8308251ad2e8bad5151c43e07c;hpb=18bd95649e87854ac1fbe471231158c8979983cd;p=synfig.git diff --git a/synfig-core/src/synfig/layer.h b/synfig-core/src/synfig/layer.h index 46657f0..87ec5bb 100644 --- a/synfig-core/src/synfig/layer.h +++ b/synfig-core/src/synfig/layer.h @@ -129,7 +129,7 @@ //! This is used as the category for layer book entries which represent aliases of layers. //! It prevents these layers showing up in the menu. #define CATEGORY_DO_NOT_USE "Do Not Use" - +/* //! x=variable name, y=static bool value #define SET_STATIC(x,y) \ if(param==#x && x ## _static != y) \ @@ -141,7 +141,7 @@ #define GET_STATIC(x) \ if(param==#x) \ return x ## _static; \ - +*/ /* === T Y P E D E F S ===================================================== */