diff --git a/java/edu/cmu/cs/hcii/cogtool/CogTool.java b/java/edu/cmu/cs/hcii/cogtool/CogTool.java index 8fc8c5a..e8d8b15 100644 --- a/java/edu/cmu/cs/hcii/cogtool/CogTool.java +++ b/java/edu/cmu/cs/hcii/cogtool/CogTool.java @@ -251,10 +251,6 @@ public static void main(String args[]) try { if (OSUtils.MACOSX) { - if (!OSUtils.isIntelMac()) { - System.out.println("CogTool no longer runs on PowerPC"); - System.exit(16); - } // we need to create the RootController, but will never // actually need to interact with it programmatically rootCtl = new RootController();