diff options
author | Michele Calgaro <[email protected]> | 2018-06-21 00:01:55 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-06-21 00:01:55 +0900 |
commit | 24ee9f5775095a8535d9249ed3436e028ba0b750 (patch) | |
tree | 94842fc077fcd37185fc74d06308e7a684334322 /konsole | |
parent | 9c625e0ca93d3a2d59f89324f0e0b2e2e9bec492 (diff) | |
download | tdebase-24ee9f5775095a8535d9249ed3436e028ba0b750.tar.gz tdebase-24ee9f5775095a8535d9249ed3436e028ba0b750.zip |
Removed unrequired comments.
Partially cherry-picked from commit f2ca34345.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'konsole')
-rw-r--r-- | konsole/konsole/konsole.cpp | 8 | ||||
-rw-r--r-- | konsole/konsole/konsole.h | 8 |
2 files changed, 0 insertions, 16 deletions
diff --git a/konsole/konsole/konsole.cpp b/konsole/konsole/konsole.cpp index 49c24d8d7..0101ecab3 100644 --- a/konsole/konsole/konsole.cpp +++ b/konsole/konsole/konsole.cpp @@ -17,14 +17,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - - -------------------------------------------------------------- - Additional changes: - - 2013/10/14 Michele Calgaro - add "scroll tabs on mouse wheel event" functionality - - 2013/10/19 Michele Calgaro - add "move session left/right" to tab popup menu - */ /* The material contained in here more or less directly orginates from */ /* kvt, which is copyright (c) 1996 by Matthias Ettrich <[email protected]> */ diff --git a/konsole/konsole/konsole.h b/konsole/konsole/konsole.h index 976ac5cf8..30ca6e5a1 100644 --- a/konsole/konsole/konsole.h +++ b/konsole/konsole/konsole.h @@ -17,14 +17,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - - -------------------------------------------------------------- - Additional changes: - - 2013/10/14 Michele Calgaro - add "scroll tabs on mouse wheel event" functionality - - 2013/10/19 Michele Calgaro - add "move session left/right" to tab popup menu - */ /* The material contained in here more or less directly orginates from */ /* kvt, which is copyright (c) 1996 by Matthias Ettrich <[email protected]> */ |