From ed8e30bc6dd18716b42087183e57a481d6ec5fa4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 27 Sep 2020 00:15:40 +0900 Subject: Removed code formatting modelines. Signed-off-by: Michele Calgaro --- kimgio/Mainpage.dox | 1 - kimgio/exr.cpp | 2 -- kimgio/gimp.h | 2 +- kimgio/pcx.cpp | 4 ---- kimgio/pcx.h | 3 --- 5 files changed, 1 insertion(+), 11 deletions(-) (limited to 'kimgio') diff --git a/kimgio/Mainpage.dox b/kimgio/Mainpage.dox index d63f10e9b..78e2cdddd 100644 --- a/kimgio/Mainpage.dox +++ b/kimgio/Mainpage.dox @@ -26,4 +26,3 @@ Michael Ritzert \ */ // DOXYGEN_SET_PROJECT_NAME = KImgIO -// vim:ts=4:sw=4:expandtab:filetype=doxygen diff --git a/kimgio/exr.cpp b/kimgio/exr.cpp index 563c151a2..5332140fa 100644 --- a/kimgio/exr.cpp +++ b/kimgio/exr.cpp @@ -1,5 +1,3 @@ -// -*- C++;indent-tabs-mode: t; tab-width: 4; c-basic-offset: 4; -*- - /** * KImageIO Routines to read (and perhaps in the future, write) images * in the high dynamic range EXR format. diff --git a/kimgio/gimp.h b/kimgio/gimp.h index 7da1a45f8..ac7685f8d 100644 --- a/kimgio/gimp.h +++ b/kimgio/gimp.h @@ -1,6 +1,6 @@ #ifndef GIMP_H #define GIMP_H -/* -*- c++ -*- +/* * gimp.h: Header for a Qt 3 plug-in for reading GIMP XCF image files * Copyright (C) 2001 lignum Computing, Inc. * Copyright (C) 2004 Melchior FRANZ diff --git a/kimgio/pcx.cpp b/kimgio/pcx.cpp index 53ef4fe2c..7a5c843fa 100644 --- a/kimgio/pcx.cpp +++ b/kimgio/pcx.cpp @@ -528,7 +528,3 @@ KDE_EXPORT void kimgio_pcx_write( TQImageIO *io ) io->setStatus( 0 ); } - -/* vim: et sw=2 ts=2 -*/ - diff --git a/kimgio/pcx.h b/kimgio/pcx.h index c312979b0..3bf111773 100644 --- a/kimgio/pcx.h +++ b/kimgio/pcx.h @@ -101,6 +101,3 @@ class PCXHEADER } KDE_PACKED; #endif // PCX_H - -/* vim: et sw=2 ts=2 -*/ -- cgit v1.2.1