Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:master commit in: /
Date: Thu, 05 Nov 2015 16:40:01
Message-Id: 1446677423.4f8dcb4eda0ea7340a2f92f915e57d1fb440c2d5.ulm@gentoo
1 commit: 4f8dcb4eda0ea7340a2f92f915e57d1fb440c2d5
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 4 22:50:23 2015 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 4 22:50:23 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=4f8dcb4e
7
8 pms.cls: Drop colour support from tables.
9
10 This is no longer used; it is a remnant of the former kdebuild
11 conditional (see commit 13f550b7).
12
13 pms.cls | 1 -
14 1 file changed, 1 deletion(-)
15
16 diff --git a/pms.cls b/pms.cls
17 index 222690c..d4d5591 100644
18 --- a/pms.cls
19 +++ b/pms.cls
20 @@ -119,7 +119,6 @@
21 \newenvironment{centertable}[1]%
22 {
23 \begin{table}
24 - \ifx\mycolour\undefined\else\mycolour\fi
25 \centering
26 \caption{#1}
27 }{