]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbib.h
fix compilation pb ; update eu.po
[lyx.git] / src / insets / insetbib.h
index fa58d778947613289d27b315d5a5630f58e0499d..6995e60055bfd74aba3dde09f94e544e348530d4 100644 (file)
@@ -20,7 +20,6 @@
 #include "insetcommand.h"
 
 class Buffer;
-struct FD_bibitem_form;
 
 /** Used to insert bibitem's information (key and label)
   
@@ -60,8 +59,6 @@ public:
        ///
        string const getBibLabel() const;
        ///
-       void callback( FD_bibitem_form *, long );
-       ///
        struct Holder {
                InsetBibKey * inset;
                BufferView * view;