diff -r e9f7ba4718e1 -r af9b2b929b03 Source/Dispenser.m --- a/Source/Dispenser.m Fri Mar 07 11:43:02 2008 -0800 +++ b/Source/Dispenser.m Wed Mar 12 15:51:32 2008 -0700 @@ -163,6 +163,8 @@ #pragma mark DRAG-AND-DROP: +#if ! TARGET_OS_ASPEN + // An image from another app can be dragged onto a Dispenser to change the Piece's appearance. @@ -191,4 +193,6 @@ } +#endif + @end