]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/command_inset.C
the DocIterator stuff
[lyx.git] / src / mathed / command_inset.C
index ca0f0ebb4e06e261b551e78587f1998e7062fa29..eaf57d62304e685839fc31d6084bd709fc22e10e 100644 (file)
@@ -54,17 +54,6 @@ void CommandInset::draw(PainterInfo & pi, int x, int y) const
 }
 
 
-DispatchResult
-CommandInset::priv_dispatch(BufferView & bv, FuncRequest const & cmd)
-{
-       switch (cmd.action) {
-               default:
-                       return MathNestInset::priv_dispatch(bv, cmd);
-       }
-       return DispatchResult(false);
-}
-
-
 void CommandInset::write(WriteStream & os) const
 {
        os << '\\' << name_.c_str();