X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fprogrambuilder.h;h=56fd5e80e59d45ae7de271bcc744eb5d17587e45;hb=8dbd6316d277d2f9cbf85e7e61f2541421e01292;hp=43d43fcca8f74d6823812809d88cec0fde6b65a0;hpb=c51030d1cb2308d30db80303a561de1774dfdb76;p=libs%2Fgl.git diff --git a/source/programbuilder.h b/source/programbuilder.h index 43d43fcc..56fd5e80 100644 --- a/source/programbuilder.h +++ b/source/programbuilder.h @@ -124,7 +124,6 @@ private: NO_INTERFACE = 0, INPUT = 1, OUTPUT = 2, - PASSTHROUGH = INPUT|OUTPUT, GOAL = 4 };