From 445bf425a18c1a65a12226ffb4c4f87abc0f186f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Sat, 12 Jan 2008 12:00:11 +0000 Subject: [PATCH] * GuiBibtex.cpp: - nor _really_: yet another tweak to button enabling. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22516 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiBibtex.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/frontends/qt4/GuiBibtex.cpp b/src/frontends/qt4/GuiBibtex.cpp index 8f77975163..ff7035f6e9 100644 --- a/src/frontends/qt4/GuiBibtex.cpp +++ b/src/frontends/qt4/GuiBibtex.cpp @@ -106,9 +106,6 @@ GuiBibtex::GuiBibtex(GuiView & lv) bc().addReadOnly(styleCB); bc().addReadOnly(bibtocCB); bc().addReadOnly(addBibPB); - bc().addReadOnly(deletePB); - bc().addReadOnly(upPB); - bc().addReadOnly(downPB); // Delete/Up/Down are handled with more conditions in // databaseChanged(). -- 2.39.5