aboutsummaryrefslogtreecommitdiffstats
path: root/src/native
diff options
context:
space:
mode:
authorDamian Minkov <damencho@jitsi.org>2014-12-07 21:21:32 +0200
committerDamian Minkov <damencho@jitsi.org>2014-12-07 22:26:25 +0200
commit4a139fc89bd175b8a2723429465abe58d53b68c1 (patch)
tree940591d79f41d53fee7c51da823540d3f6690493 /src/native
parent392dc44fef64ed1c83731272f30916a360b00105 (diff)
downloadjitsi-4a139fc89bd175b8a2723429465abe58d53b68c1.zip
jitsi-4a139fc89bd175b8a2723429465abe58d53b68c1.tar.gz
jitsi-4a139fc89bd175b8a2723429465abe58d53b68c1.tar.bz2
Removes old launcher as its not needed anymore.
Diffstat (limited to 'src/native')
-rw-r--r--src/native/macosx/launcher/launcher.m7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/native/macosx/launcher/launcher.m b/src/native/macosx/launcher/launcher.m
index 6cc7dbc..02d5bd9 100644
--- a/src/native/macosx/launcher/launcher.m
+++ b/src/native/macosx/launcher/launcher.m
@@ -285,12 +285,7 @@ void launchJitsi(int argMainCount, char *argMainValues[])
if(jli_LaunchFxnPtr == NULL)
{
- NSString *oldLauncher =
- [NSMutableString stringWithFormat:@"%@/Contents/MacOS/%@_Launcher",
- [mainBundle bundlePath], pname];
-
- execv([oldLauncher fileSystemRepresentation], argMainValues);
-
+ NSLog(@"No java found!");
exit(-1);
}