From 8b7eb1815d86850c5ec849dbf35eb7e7edb6e5e1 Mon Sep 17 00:00:00 2001 From: Alexandre Wilhelm Date: Fri, 24 May 2013 13:40:46 -0700 Subject: [PATCH] Removed unused code --- Tests/Manual/CGPath/AppController.j | 3 --- 1 file changed, 3 deletions(-) diff --git a/Tests/Manual/CGPath/AppController.j b/Tests/Manual/CGPath/AppController.j index 598f0ea73..2d2ef9cbb 100644 --- a/Tests/Manual/CGPath/AppController.j +++ b/Tests/Manual/CGPath/AppController.j @@ -25,9 +25,6 @@ [contentView addSubview:pathMouseOverView]; [theWindow orderFront:self]; - - // Uncomment the following line to turn on the standard menu bar. - //[CPMenu setMenuBarVisible:YES]; } @end