diff options
author | Michele Calgaro <[email protected]> | 2020-09-27 00:15:40 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-09-27 00:15:40 +0900 |
commit | ed8e30bc6dd18716b42087183e57a481d6ec5fa4 (patch) | |
tree | 6c8bf650267a48f922fab63117812f1389ce31e9 /kimgio | |
parent | 290dd240b89a39b9e0978a08d63298fd7bccc600 (diff) | |
download | tdelibs-ed8e30bc6dd18716b42087183e57a481d6ec5fa4.tar.gz tdelibs-ed8e30bc6dd18716b42087183e57a481d6ec5fa4.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kimgio')
-rw-r--r-- | kimgio/Mainpage.dox | 1 | ||||
-rw-r--r-- | kimgio/exr.cpp | 2 | ||||
-rw-r--r-- | kimgio/gimp.h | 2 | ||||
-rw-r--r-- | kimgio/pcx.cpp | 4 | ||||
-rw-r--r-- | kimgio/pcx.h | 3 |
5 files changed, 1 insertions, 11 deletions
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 \<[email protected]> */ // 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. <[email protected]> * Copyright (C) 2004 Melchior FRANZ <[email protected]> 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 -*/ |