Remove functions declared in header files but never defined

Contributed by: Thomas Paviot, Denis Barbier

Index: oce/inc/InterfaceGraphic_wntio.hxx
===================================================================
--- oce.orig/inc/InterfaceGraphic_wntio.hxx
+++ oce/inc/InterfaceGraphic_wntio.hxx
@@ -15,7 +15,6 @@
 
 __InterfaceGraphic_API int   cPrintf ( char*, ... );
 __InterfaceGraphic_API int   fcPrintf ( int, char*, ... );
-__InterfaceGraphic_API char* form ( char*, ... );
 __InterfaceGraphic_API char* GetEnv ( char* );
 
 # ifdef __cplusplus
Index: oce/src/OpenGl/OpenGl_PrimitiveArray.cxx
===================================================================
--- oce.orig/src/OpenGl/OpenGl_PrimitiveArray.cxx
+++ oce/src/OpenGl/OpenGl_PrimitiveArray.cxx
@@ -253,8 +253,6 @@
 static  TStatus  ParrayDisplay( TSM_ELEM_DATA, Tint, cmn_key* );
 static  TStatus  ParrayAdd( TSM_ELEM_DATA, Tint, cmn_key* );
 static  TStatus  ParrayDelete( TSM_ELEM_DATA, Tint, cmn_key* );
-static  TStatus  ParrayPrint( TSM_ELEM_DATA, Tint, cmn_key* );
-static  TStatus  ParrayInquire( TSM_ELEM_DATA, Tint, cmn_key* );
 
 /*static  GLboolean       lighting_mode;*/
 
