From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A22971384B4 for ; Thu, 5 Nov 2015 16:40:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 886B7E0853; Thu, 5 Nov 2015 16:39:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32184E0853 for ; Thu, 5 Nov 2015 16:39:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 11BB034067D for ; Thu, 5 Nov 2015 16:39:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E97720F2 for ; Thu, 5 Nov 2015 16:39:49 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1446677423.4f8dcb4eda0ea7340a2f92f915e57d1fb440c2d5.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pms.cls X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 4f8dcb4eda0ea7340a2f92f915e57d1fb440c2d5 X-VCS-Branch: master Date: Thu, 5 Nov 2015 16:39:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: aae573f3-fd81-43a8-a062-6f6d8618f163 X-Archives-Hash: 3242df07e053328e1b31f31172f1f64a commit: 4f8dcb4eda0ea7340a2f92f915e57d1fb440c2d5 Author: Ulrich Müller gentoo org> AuthorDate: Wed Nov 4 22:50:23 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Nov 4 22:50:23 2015 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=4f8dcb4e pms.cls: Drop colour support from tables. This is no longer used; it is a remnant of the former kdebuild conditional (see commit 13f550b7). pms.cls | 1 - 1 file changed, 1 deletion(-) diff --git a/pms.cls b/pms.cls index 222690c..d4d5591 100644 --- a/pms.cls +++ b/pms.cls @@ -119,7 +119,6 @@ \newenvironment{centertable}[1]% { \begin{table} - \ifx\mycolour\undefined\else\mycolour\fi \centering \caption{#1} }{