diff -r e9f7ba4718e1 -r 40d225cf9c43 Source/Dispenser.m --- a/Source/Dispenser.m Fri Mar 07 11:43:02 2008 -0800 +++ b/Source/Dispenser.m Tue Mar 11 09:21:53 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