summaryrefslogtreecommitdiff
path: root/src/linux/main.m
diff options
context:
space:
mode:
authorrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-08 23:25:15 +0000
committerrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-08 23:25:15 +0000
commit49393f6f445deb37e55a81798f88242e3e99d7a0 (patch)
tree345198adae02d73338b850050b341651656dc987 /src/linux/main.m
parentbece3143036f939e72c7ec9a3cb20446058514a3 (diff)
Remove now-defunct window icon setting code, and don't bother setting the default icon list on windows
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@362 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
Diffstat (limited to 'src/linux/main.m')
-rw-r--r--src/linux/main.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/linux/main.m b/src/linux/main.m
index 9e39f27..f28123c 100644
--- a/src/linux/main.m
+++ b/src/linux/main.m
@@ -43,6 +43,7 @@ int main (int argc, char *argv[]) {
NSAutoreleasePool *initPool = [[NSAutoreleasePool alloc] init];
+#ifndef WINDOWS
GList *icon_list = NULL;
g_list_prepend (icon_list, get_logo(LOGO_SIZE_128));
g_list_prepend (icon_list, get_logo(LOGO_SIZE_64));
@@ -56,6 +57,7 @@ int main (int argc, char *argv[]) {
g_object_unref ((GObject*)list_head->data);
list_head = list_head->next;
}
+#endif
clipboard_init();
[TikzGraphAssembler setup];