[gtk-mac-integration] Remove commented-out code from previous change
- From: John Ralls <jralls src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-mac-integration] Remove commented-out code from previous change
- Date: Fri, 4 Oct 2013 20:14:23 +0000 (UTC)
commit 136c368d94b853929712ff4659a722a14fc6a3f4
Author: John Ralls <jralls ceridwen us>
Date: Fri Oct 4 13:14:15 2013 -0700
Remove commented-out code from previous change
src/gtkosxapplication_quartz.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/src/gtkosxapplication_quartz.c b/src/gtkosxapplication_quartz.c
index 77d1255..a546b12 100644
--- a/src/gtkosxapplication_quartz.c
+++ b/src/gtkosxapplication_quartz.c
@@ -205,11 +205,6 @@ create_apple_menu (GtkosxApplication *self)
@"Services Menu title");
NSMenu *menuServices = [[[NSMenu alloc] initWithTitle: title] autorelease];
NSString *appname = get_application_name ();
- /*
- NSString *appname = [[[NSBundle mainBundle] localizedInfoDictionary] objectForKey:@"CFBundleDisplayName"];
- if (appname == nil)
- appname = [[[NSProcessInfo processInfo] processName] capitalizedString];
- */
[NSApp setServicesMenu: menuServices];
[app_menu addItem: [NSMenuItem separatorItem]];
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]