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