summaryrefslogtreecommitdiffstats
path: root/konqueror
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-06-21 00:01:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-06-21 00:01:55 +0900
commit24ee9f5775095a8535d9249ed3436e028ba0b750 (patch)
tree94842fc077fcd37185fc74d06308e7a684334322 /konqueror
parent9c625e0ca93d3a2d59f89324f0e0b2e2e9bec492 (diff)
downloadtdebase-24ee9f5775095a8535d9249ed3436e028ba0b750.tar.gz
tdebase-24ee9f5775095a8535d9249ed3436e028ba0b750.zip
Removed unrequired comments.
Partially cherry-picked from commit f2ca34345. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'konqueror')
-rw-r--r--konqueror/konq_mainwindow.cc6
-rw-r--r--konqueror/konq_tabs.cc7
-rw-r--r--konqueror/konq_viewmgr.cc7
-rw-r--r--konqueror/konq_viewmgr.h6
4 files changed, 0 insertions, 26 deletions
diff --git a/konqueror/konq_mainwindow.cc b/konqueror/konq_mainwindow.cc
index 7a8c4fd03..1d53e6db7 100644
--- a/konqueror/konq_mainwindow.cc
+++ b/konqueror/konq_mainwindow.cc
@@ -17,12 +17,6 @@
along with this program; see the file COPYING. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
-
- --------------------------------------------------------------
- Additional changes:
- - 2013/10/17 Michele Calgaro
- * add support for updating tab options at runtime (no need to restart Konqueror
- or reload the profile
*/
#include "konq_mainwindow.h"
diff --git a/konqueror/konq_tabs.cc b/konqueror/konq_tabs.cc
index 0ccaa4b55..868b8edc9 100644
--- a/konqueror/konq_tabs.cc
+++ b/konqueror/konq_tabs.cc
@@ -17,13 +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/16 Michele Calgaro
- add "scroll tabs on mouse wheel event" functionality
- - 2013/10/18 Michele Calgaro
- correctly enable/disable 'move tab left/right' in the tab popup menu
*/
#include "konq_tabs.h"
diff --git a/konqueror/konq_viewmgr.cc b/konqueror/konq_viewmgr.cc
index a1a61f86e..ad075a976 100644
--- a/konqueror/konq_viewmgr.cc
+++ b/konqueror/konq_viewmgr.cc
@@ -15,13 +15,6 @@
You should have received a copy of the GNU General Public License
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/17 Michele Calgaro
- * add "scroll tabs on mouse wheel event" functionality
- * add support for updating options at runtime (no need to restart Konqueror
- or reload the profile
*/
#include "konq_viewmgr.h"
diff --git a/konqueror/konq_viewmgr.h b/konqueror/konq_viewmgr.h
index adc34f465..25e55c5cf 100644
--- a/konqueror/konq_viewmgr.h
+++ b/konqueror/konq_viewmgr.h
@@ -14,12 +14,6 @@
You should have received a copy of the GNU General Public License
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/17 Michele Calgaro
- * add support for updating options at runtime (no need to restart Konqueror
- or reload the profile
*/
#ifndef __konq_viewmgr_h__