From f38752bd00a550d7dad05368d02f19610122d0d6 Mon Sep 17 00:00:00 2001 From: Oliver Duis Date: Thu, 17 May 2012 21:18:59 +0200 Subject: [PATCH] Removed warning for external program support see issue 1365 --- rtgui/extprog.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/rtgui/extprog.cc b/rtgui/extprog.cc index 96469f9c6..e8802a0ec 100644 --- a/rtgui/extprog.cc +++ b/rtgui/extprog.cc @@ -102,8 +102,6 @@ void ExtProgStore::init () { SearchProg("Autopano Pro", "Kolor\\Autopano Pro 2.%1\\AutopanoPro_x64.exe", "Kolor\\Autopano Pro 2.%1\\AutopanoPro.exe", 15, true, true); // DO NOT add obscure little tools here, only widely used programs with proper setup program to have a standard path -#else - printf("Sorry, external programs are currently only configured on Windows\n"); #endif }