Remove now redundant declaration

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2884 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2001-10-15 11:59:57 +00:00
parent 009c3d7b04
commit e7cb07258f

View File

@ -65,11 +65,4 @@ private:
virtual MinipageParams const getParams(InsetMinipage const &);
};
/// Helper functions
namespace minipage {
std::vector<string> const getUnits();
} // namespace minipage
#endif