Removing java sample
[occt.git] / samples / java / java / SampleViewer3DJni / Graphic3d_TypeOfComposition.java
diff --git a/samples/java/java/SampleViewer3DJni/Graphic3d_TypeOfComposition.java b/samples/java/java/SampleViewer3DJni/Graphic3d_TypeOfComposition.java
deleted file mode 100755 (executable)
index c0200b7..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-// Java Native Class from Cas.Cade
-//                     Copyright (C) 1991,1999 by
-//  
-//                      MATRA DATAVISION, FRANCE
-//  
-// This software is furnished in accordance with the terms and conditions
-// of the contract and with the inclusion of the above copyright notice.
-// This software or any other copy thereof may not be provided or otherwise
-// be made available to any other person. No title to an ownership of the
-// software is hereby transferred.
-//  
-// At the termination of the contract, the software and all copies of this
-// software must be deleted.
-//
-
-
-package SampleViewer3DJni;
-
-
-public class Graphic3d_TypeOfComposition extends jcas.Standard_Enumeration  {
-
-public final static short Graphic3d_TOC_REPLACE = 0;
-public final static short Graphic3d_TOC_POSTCONCATENATE = 1;
-
-
-  
-}