src/macosx/native/sun/awt/CDropTargetContextPeer.m

Print this page

        

@@ -59,11 +59,10 @@
  * Signature: (JJ)J
  */
 JNIEXPORT jlong JNICALL Java_sun_lwawt_macosx_CDropTargetContextPeer_startTransfer
   (JNIEnv *env, jobject jthis, jlong jdroptarget, jlong jformat)
 {
-    AWT_ASSERT_NOT_APPKIT_THREAD;
 
     jlong result = (jlong) 0L;
 
     // Currently startTransfer and endTransfer are synchronous since [CDropTarget copyDraggingDataForFormat]
     // works off a data copy and doesn't have to go to the native event thread to get the data.