Index: /issm/trunk/src/c/objects/Elements/Tria.cpp
===================================================================
--- /issm/trunk/src/c/objects/Elements/Tria.cpp	(revision 5880)
+++ /issm/trunk/src/c/objects/Elements/Tria.cpp	(revision 5881)
@@ -2778,15 +2778,4 @@
 /*}}}*/
 /*FUNCTION Tria::CreateKMatrixDiagnosticMacAyealFriction {{{1*/
-void  Tria::CreateKMatrixDiagnosticMacAyealFriction(Mat Kgg,Mat Kff, Mat Kfs){
-
-	ElementMatrix* Ke=CreateKMatrixDiagnosticMacAyealFriction();
-
-	if(Ke){
-		Ke->AddToGlobal(Kgg,Kff,Kfs);
-		delete Ke;
-	}
-}
-/*}}}*/
-/*FUNCTION Tria::CreateKMatrixDiagnosticMacAyealFriction {{{1*/
 ElementMatrix* Tria::CreateKMatrixDiagnosticMacAyealFriction(void){
 
Index: /issm/trunk/src/c/objects/Elements/Tria.h
===================================================================
--- /issm/trunk/src/c/objects/Elements/Tria.h	(revision 5880)
+++ /issm/trunk/src/c/objects/Elements/Tria.h	(revision 5881)
@@ -128,5 +128,4 @@
 		ElementMatrix* CreateKMatrixDiagnosticMacAyealViscous(void);
 		ElementMatrix* CreateKMatrixDiagnosticMacAyealFriction(void);
-		void    CreateKMatrixDiagnosticMacAyealFriction(Mat Kgg,Mat Kff, Mat Kfs);
 		ElementMatrix* CreateKMatrixCouplingMacAyealPattynFriction(void);
 		ElementMatrix* CreateKMatrixDiagnosticPattynFriction(void);
