浏览代码

Small changes

Kandrashin Denis 12 年之前
父节点
当前提交
2c0c534116
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      source/fb2html.cpp

+ 0 - 2
source/fb2html.cpp

@@ -68,7 +68,6 @@ FbTextElement::Sublist::Sublist(const TypeList &list, const QString &name)
     : m_list(list)
     , m_pos(list.begin())
 {
-    TypeList::const_iterator empty = list.end();
     while (m_pos != list.end()) {
         if (m_pos->name() == name) break;
         m_pos++;
@@ -430,4 +429,3 @@ void FbMoveRightCmd::undo()
 {
     m_subling.appendOutside(m_element.takeFromDocument());
 }
-