summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-28 17:37:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-28 17:37:39 +0900
commit098454da6440afa21c77fd8e0a9367acac2ec9df (patch)
tree8c057f38df10156daa44851575a3ba030706acf2
parentc127e512b37f1d86e1b2198f46f01b2efd984b3c (diff)
downloadabakus-098454da6440afa21c77fd8e0a9367acac2ec9df.tar.gz
abakus-098454da6440afa21c77fd8e0a9367acac2ec9df.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/dragsupport.h2
-rw-r--r--src/editor.cpp2
-rw-r--r--src/editor.h2
-rw-r--r--src/evaluator.cpp2
-rw-r--r--src/evaluator.h2
-rw-r--r--src/hmath.cpp2
-rw-r--r--src/hmath.h2
-rw-r--r--src/mainwindow.cpp2
-rw-r--r--src/node.cpp2
-rw-r--r--src/node.h2
-rw-r--r--src/number.c2
-rw-r--r--src/number.h2
-rw-r--r--src/numerictypes.cpp2
-rw-r--r--src/numerictypes.h2
-rw-r--r--src/result.h2
-rw-r--r--src/rpnmuncher.cpp2
-rw-r--r--src/sharedptr.h2
-rw-r--r--src/valuemanager.cpp2
-rw-r--r--src/valuemanager.h2
19 files changed, 0 insertions, 38 deletions
diff --git a/src/dragsupport.h b/src/dragsupport.h
index ff0d7a6..4a7fcf2 100644
--- a/src/dragsupport.h
+++ b/src/dragsupport.h
@@ -29,5 +29,3 @@ namespace DragSupport {
}
#endif
-
-// vim: set et ts=8 sw=4:
diff --git a/src/editor.cpp b/src/editor.cpp
index 82fcbea..93a7fd2 100644
--- a/src/editor.cpp
+++ b/src/editor.cpp
@@ -893,5 +893,3 @@ void EditorCompletion::moveCompletionPopup()
}
#include "editor.moc"
-
-// vim: set et sw=2 ts=8:
diff --git a/src/editor.h b/src/editor.h
index acef6fe..94bcfcf 100644
--- a/src/editor.h
+++ b/src/editor.h
@@ -129,5 +129,3 @@ class EditorCompletion : public TQObject
};
#endif // ABAKUS_EDITOR_H
-
-// vim: set et ts=8 sw=4:
diff --git a/src/evaluator.cpp b/src/evaluator.cpp
index 92e64d4..e43d959 100644
--- a/src/evaluator.cpp
+++ b/src/evaluator.cpp
@@ -257,5 +257,3 @@ TQString Evaluator::autoFix( const TQString& expr )
return result;
}
-
-// vim: set et ts=8 sw=4:
diff --git a/src/evaluator.h b/src/evaluator.h
index 2377f27..1a60e40 100644
--- a/src/evaluator.h
+++ b/src/evaluator.h
@@ -127,5 +127,3 @@ private:
#endif // EVALUATOR
-
-// vim: set et ts=8 sw=4:
diff --git a/src/hmath.cpp b/src/hmath.cpp
index 893d7b3..26181a2 100644
--- a/src/hmath.cpp
+++ b/src/hmath.cpp
@@ -1793,5 +1793,3 @@ int test_hmath()
};
#endif
-
-// vim: set et sw=2 ts=8:
diff --git a/src/hmath.h b/src/hmath.h
index a143f29..19a3f81 100644
--- a/src/hmath.h
+++ b/src/hmath.h
@@ -355,5 +355,3 @@ public:
std::ostream& operator<<( std::ostream& s, HNumber );
#endif // HMATH_H
-
-// vim: set et sw=2 ts=8:
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index b4609e3..bff9239 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -821,5 +821,3 @@ void MainWindow::selectCorrectPrecisionAction()
}
#include "mainwindow.moc"
-
-// vim: set et ts=8 sw=4:
diff --git a/src/node.cpp b/src/node.cpp
index 99b544d..07d2f3e 100644
--- a/src/node.cpp
+++ b/src/node.cpp
@@ -415,5 +415,3 @@ TQString NumericValue::infixString() const
{
return value().toString();
}
-
-// vim: set et ts=8 sw=4:
diff --git a/src/node.h b/src/node.h
index f5820e6..8ce7975 100644
--- a/src/node.h
+++ b/src/node.h
@@ -215,5 +215,3 @@ class NumericValue : public Node
};
#endif
-
-// vim: set et sw=4 ts=8:
diff --git a/src/number.c b/src/number.c
index 72370fb..33601bb 100644
--- a/src/number.c
+++ b/src/number.c
@@ -1805,5 +1805,3 @@ pv (name, num, len)
for (i=0; i<len; i++) printf ("%c",BCD_CHAR(num[i]));
printf ("\n");
}
-
-// vim: set et sw=2 ts=8:
diff --git a/src/number.h b/src/number.h
index c7d07ac..cd60b03 100644
--- a/src/number.h
+++ b/src/number.h
@@ -165,5 +165,3 @@ _PROTOTYPE(void bc_out_num, (bc_num num, int o_base, void (* out_char)(int),
#endif
#endif
-
-// vim: set et sw=2 ts=8:
diff --git a/src/numerictypes.cpp b/src/numerictypes.cpp
index d1fe591..d7bfe82 100644
--- a/src/numerictypes.cpp
+++ b/src/numerictypes.cpp
@@ -201,5 +201,3 @@ const Abakus::number_t::value_type Abakus::number_t::PI = HMath::pi();
const Abakus::number_t::value_type Abakus::number_t::E = HMath::exp(1);
#endif /* HAVE_MPFR */
-
-// vim: set et ts=8 sw=4:
diff --git a/src/numerictypes.h b/src/numerictypes.h
index 7277aea..f0721f9 100644
--- a/src/numerictypes.h
+++ b/src/numerictypes.h
@@ -689,5 +689,3 @@ private:
}; // namespace Abakus
#endif /* ABAKUS_NUMERICTYPES_H */
-
-// vim: set et ts=8 sw=4:
diff --git a/src/result.h b/src/result.h
index 49936f5..600338a 100644
--- a/src/result.h
+++ b/src/result.h
@@ -73,5 +73,3 @@ private:
};
#endif /* ABAKUS_RESULT_H */
-
-// vim: set et ts=8 sw=4:
diff --git a/src/rpnmuncher.cpp b/src/rpnmuncher.cpp
index 309a819..a541e33 100644
--- a/src/rpnmuncher.cpp
+++ b/src/rpnmuncher.cpp
@@ -263,5 +263,3 @@ static int tokenize (const TQString &token)
return Unknown;
}
-
-// vim: set et sw=4 ts=8:
diff --git a/src/sharedptr.h b/src/sharedptr.h
index 1c63ca3..91d80da 100644
--- a/src/sharedptr.h
+++ b/src/sharedptr.h
@@ -118,5 +118,3 @@ private:
};
#endif /* ABAKUS_SHARED_PTR_H */
-
-// vim: set et ts=8 sw=4:
diff --git a/src/valuemanager.cpp b/src/valuemanager.cpp
index 4880fdf..bc55203 100644
--- a/src/valuemanager.cpp
+++ b/src/valuemanager.cpp
@@ -101,5 +101,3 @@ TQString ValueManager::description(const TQString &valueName)
}
#include "valuemanager.moc"
-
-// vim: set et ts=8 sw=4 encoding=utf-8:
diff --git a/src/valuemanager.h b/src/valuemanager.h
index b637e14..354506e 100644
--- a/src/valuemanager.h
+++ b/src/valuemanager.h
@@ -66,5 +66,3 @@ class ValueManager : public TQObject
};
#endif
-
-// vim: set et sw=4 ts=8: