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