]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MINICERN/packlib/kernlib/kerngen/ccgen/wntgs/doattention.c
Merging the VirtualMC branch to the main development branch (HEAD)
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / ccgen / wntgs / doattention.c
diff --git a/MINICERN/packlib/kernlib/kerngen/ccgen/wntgs/doattention.c b/MINICERN/packlib/kernlib/kerngen/ccgen/wntgs/doattention.c
deleted file mode 100644 (file)
index e4a6c70..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-void DoAttention(char *name){
-#include <stdio.h>
-/*  This routine just prints a remined about non-implemented features 
- *  Valery Fine 30.05.96  JINR/Dubna, Russia  (E-mail: fine@vxcern.cern.ch
- */
-   printf("===========================================================\n");
-   printf("Attention !!! %s is not implemented for Windows NT\n", name);
-   printf("===========================================================\n");
-}