removing exception handler from movie

This commit is contained in:
benfry
2006-09-27 03:03:07 +00:00
parent 6e1d77ca0f
commit 783693703e
+3
View File
@@ -74,6 +74,8 @@ public class Movie extends PImage implements PConstants, Runnable {
} catch (QTException e) {
e.printStackTrace();
}
/*
// shutting off for 0116, hoping for better exception handling
QTRuntimeException.registerHandler(new QTRuntimeHandler() {
public void exceptionOccurred(QTRuntimeException e,
Object obj, String s, boolean flag) {
@@ -81,6 +83,7 @@ public class Movie extends PImage implements PConstants, Runnable {
e.printStackTrace();
}
});
*/
}