We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9060c7 + e2a3cae commit ed7d46cCopy full SHA for ed7d46c
java/edu/cmu/cs/hcii/cogtool/CogTool.java
@@ -251,10 +251,6 @@ public static void main(String args[])
251
252
try {
253
if (OSUtils.MACOSX) {
254
- if (!OSUtils.isIntelMac()) {
255
- System.out.println("CogTool no longer runs on PowerPC");
256
- System.exit(16);
257
- }
258
// we need to create the RootController, but will never
259
// actually need to interact with it programmatically
260
rootCtl = new RootController();
0 commit comments