libltt compiles
[lttv.git] / ltt / branches / poly / ltt / type.c
index 086060a26c000d07ac1c54bafd9be663a34b263a..df1b8ea805d52c4edc90e064d52b9d2f1455c93c 100644 (file)
@@ -78,20 +78,6 @@ gchar *ltt_eventtype_description(LttEventType *et)
   return et->description;
 }
 
-/*****************************************************************************
- *Function name
- *    ltt_eventtype_facility : get the facility which contains the event type
- *Input params
- *    et                     : an  event type   
- *Return value
- *    LttFacility *          : the facility
- ****************************************************************************/
-
-LttFacility *ltt_eventtype_facility(LttEventType *et)
-{
-  return et->facility;
-}
-
 /*****************************************************************************
  *Function name
  *    ltt_eventtype_id : get the id of the event type
@@ -134,8 +120,6 @@ GQuark ltt_field_name(LttField *f)
   return f->name;
 }
 
-
-
 /*****************************************************************************
  *Function name
  *    ltt_type_class : get the type class of the type
This page took 0.023185 seconds and 4 git commands to generate.