Explorar el Código

Small changes

Kandrashin Denis hace 12 años
padre
commit
2c0c534116
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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_list(list)
     , m_pos(list.begin())
     , m_pos(list.begin())
 {
 {
-    TypeList::const_iterator empty = list.end();
     while (m_pos != list.end()) {
     while (m_pos != list.end()) {
         if (m_pos->name() == name) break;
         if (m_pos->name() == name) break;
         m_pos++;
         m_pos++;
@@ -430,4 +429,3 @@ void FbMoveRightCmd::undo()
 {
 {
     m_subling.appendOutside(m_element.takeFromDocument());
     m_subling.appendOutside(m_element.takeFromDocument());
 }
 }
-