open-axiom (1.4.1+svn~2299+ds-1) no-missing-messages.patch

Summary

 src/sman/sman.c |    3 ---
 1 file changed, 3 deletions(-)

    
download this patch

Patch contents

Index: b/src/sman/sman.c
===================================================================
--- a/src/sman/sman.c	2011-08-29 14:20:51.000000000 +0400
+++ b/src/sman/sman.c	2011-08-29 14:21:04.000000000 +0400
@@ -450,7 +450,6 @@
   const char* command = oa_concatenate_string(root_dir,HypertexProgram);
 
   if (readablep(command) != 1) {
-    fprintf(stderr, "Hypertex program not found.\n");
     return;
   } 
   if (PasteFile){
@@ -480,8 +479,6 @@
 
   if (readablep(command) == 1)
     spawn_of_hell(command, DoItAgain);
-  else
-    fprintf(stderr, "Graphics program not found.\n");
 }
 
 /* Start the core executable session in a separate process, */