On Thu, Mar 27, 2008 at 06:19:08AM -0000, [EMAIL PROTECTED] wrote:
> Author: rgheck
> Date: Thu Mar 27 07:19:07 2008
> New Revision: 24000
> 
> URL: http://www.lyx.org/trac/changeset/24000
> Log:
> Remove unused code.
> 
> Modified:
>     lyx-devel/branches/BRANCH_1_5_X/src/insets/InsetBibtex.cpp
>     lyx-devel/branches/BRANCH_1_5_X/src/insets/InsetCitation.cpp
> 
> Modified: lyx-devel/branches/BRANCH_1_5_X/src/insets/InsetBibtex.cpp
> URL: 
> http://www.lyx.org/trac/file/lyx-devel/branches/BRANCH_1_5_X/src/insets/InsetBibtex.cpp?rev=24000
> ==============================================================================
> --- lyx-devel/branches/BRANCH_1_5_X/src/insets/InsetBibtex.cpp (original)
> +++ lyx-devel/branches/BRANCH_1_5_X/src/insets/InsetBibtex.cpp Thu Mar 27 
> 07:19:07 2008
> @@ -313,11 +313,8 @@
>  }
>  
>  
> -vector<FileName> const InsetBibtex::getFiles(Buffer const & buffer) const
> -{
> -     FileName path(buffer.filePath());
> -     support::Path p(path);
> -
> +vector<FileName> const InsetBibtex::getFiles(Buffer const &) const
> +{
>       vector<FileName> vec;

support::Path?  

I thought we renamed that to PathChanger a while ago. And then the code
might not be a superfluous as it looks...

Andre'

Reply via email to