]> git.lyx.org Git - lyx.git/commitdiff
Remove unused parameter.
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 16 May 2014 13:25:17 +0000 (15:25 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 16 May 2014 13:25:17 +0000 (15:25 +0200)
src/insets/InsetSeparator.cpp

index 68b2fb82a962aca03a9dd1cfaa14c4db83ad224a..ba985520795c567622948b363baddd6dfe56f6e4 100644 (file)
@@ -137,7 +137,7 @@ ColorCode InsetSeparator::ColorName() const
 }
 
 
-void InsetSeparator::latex(otexstream & os, OutputParams const & rp) const
+void InsetSeparator::latex(otexstream & os, OutputParams const &) const
 {
        switch (params_.kind) {
                case InsetSeparatorParams::PLAIN: