Return-Path: X-Original-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 428D49DBD for ; Mon, 18 Jun 2012 09:18:59 +0000 (UTC) Received: (qmail 89608 invoked by uid 500); 18 Jun 2012 09:18:59 -0000 Delivered-To: apmail-incubator-ooo-commits-archive@incubator.apache.org Received: (qmail 89495 invoked by uid 500); 18 Jun 2012 09:18:57 -0000 Mailing-List: contact ooo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-commits@incubator.apache.org Received: (qmail 89470 invoked by uid 99); 18 Jun 2012 09:18:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2012 09:18:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2012 09:18:56 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9F92E2388BFF; Mon, 18 Jun 2012 09:18:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1351249 - /incubator/ooo/trunk/main/vcl/inc/unx/saldisp.hxx Date: Mon, 18 Jun 2012 09:18:36 -0000 To: ooo-commits@incubator.apache.org From: hdu@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120618091836.9F92E2388BFF@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hdu Date: Mon Jun 18 09:18:36 2012 New Revision: 1351249 URL: http://svn.apache.org/viewvc?rev=1351249&view=rev Log: #c708653# remove unused member SalXLib::pYieldEntries_ Modified: incubator/ooo/trunk/main/vcl/inc/unx/saldisp.hxx Modified: incubator/ooo/trunk/main/vcl/inc/unx/saldisp.hxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/vcl/inc/unx/saldisp.hxx?rev=1351249&r1=1351248&r2=1351249&view=diff ============================================================================== --- incubator/ooo/trunk/main/vcl/inc/unx/saldisp.hxx (original) +++ incubator/ooo/trunk/main/vcl/inc/unx/saldisp.hxx Mon Jun 18 09:18:36 2012 @@ -203,7 +203,6 @@ public: // -=-= SalXLib =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= typedef int(*YieldFunc)(int fd, void* data); -struct YieldEntry; class VCLPLUG_GEN_PUBLIC SalXLib { @@ -217,7 +216,6 @@ protected: int nFDs_; fd_set aReadFDS_; fd_set aExceptionFDS_; - YieldEntry *pYieldEntries_; struct XErrorStackEntry