X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fspheremonics.c;h=f03678e1f5278f0557bdcc3895a65e2f5276f33d;hp=30157710c53bb69ed186116abf1eb6aaf71b28ea;hb=447db08c956099b3b183886729108bf5b364c4b8;hpb=2d04c4f22466851aedb6ed0f2919d148f726b889 diff --git a/hacks/glx/spheremonics.c b/hacks/glx/spheremonics.c index 30157710..f03678e1 100644 --- a/hacks/glx/spheremonics.c +++ b/hacks/glx/spheremonics.c @@ -82,16 +82,8 @@ extern XtAppContext app; #define DEF_PARMS "(default)" #define DEFAULTS "*delay: 30000 \n" \ - "*resolution: " DEF_RESOLUTION "\n" \ "*showFPS: False \n" \ "*wireframe: False \n" \ - "*duration: " DEF_DURATION "\n" \ - "*spin: " DEF_SPIN "\n" \ - "*wander: " DEF_WANDER "\n" \ - "*bbox: " DEF_BBOX "\n" \ - "*grid: " DEF_GRID "\n" \ - "*smooth: " DEF_SMOOTH "\n" \ - "*parameters: " DEF_PARMS "\n" \ #undef countof #define countof(x) (sizeof((x))/sizeof((*x)))