diff --git a/src/Text/Pandoc/Citeproc.hs b/src/Text/Pandoc/Citeproc.hs
index d769a91c8..f235f6e01 100644
--- a/src/Text/Pandoc/Citeproc.hs
+++ b/src/Text/Pandoc/Citeproc.hs
@@ -7,8 +7,6 @@
 module Text.Pandoc.Citeproc
   ( processCitations,
     getReferences,
-    getStyle,
-    getCiteprocLang
   )
 where