diff --git a/km3buu/output.py b/km3buu/output.py
index 3dda0c9d8af4b175848f04a7d66350c5daa28caf..574879f32d393eeb3f87b9749ff62511e81bedb9 100644
--- a/km3buu/output.py
+++ b/km3buu/output.py
@@ -89,15 +89,6 @@ def read_nu_abs_xsection(filepath):
     return values
 
 
-def parse_gibuu_event_info(line):
-    fields = line.split()[1:]
-    if int(fields[0]) != 5:
-        raise NotImplementedError(
-            "Event information type %s cannot be parsed yet!" % fields[0])
-    else:
-        return np.genfromtxt(StringIO(line[3:]), dtype=LHE_NU_INFO_DTYPE)
-
-
 class GiBUUOutput:
     def __init__(self, data_dir):
         """