summaryrefslogtreecommitdiff
path: root/support/texlab/crates/bibutils_sys/src/notes.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/bibutils_sys/src/notes.h')
-rw-r--r--support/texlab/crates/bibutils_sys/src/notes.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/support/texlab/crates/bibutils_sys/src/notes.h b/support/texlab/crates/bibutils_sys/src/notes.h
deleted file mode 100644
index 965b5798e4..0000000000
--- a/support/texlab/crates/bibutils_sys/src/notes.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * notes.h
- *
- * Copyright (c) Chris Putnam 2016-2019
- *
- * Source code released under the GPL version 2
- *
- */
-#ifndef NOTES_H
-#define NOTES_H
-
-#include "bibutils.h"
-
-int notes_add( fields *bibout, str *invalue, int level );
-
-#endif
-