From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Some obsolete/unused/garbage things around window code? Date: Tue, 10 Jan 2012 03:40:26 -0500 Message-ID: References: <4F0BDAD8.6030201@yandex.ru> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1326184846 15223 80.91.229.12 (10 Jan 2012 08:40:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 10 Jan 2012 08:40:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Antipov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 10 09:40:38 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RkXG2-0000VT-Ir for ged-emacs-devel@m.gmane.org; Tue, 10 Jan 2012 09:40:38 +0100 Original-Received: from localhost ([::1]:57295 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkXG1-0005oi-MO for ged-emacs-devel@m.gmane.org; Tue, 10 Jan 2012 03:40:37 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:53496) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkXFv-0005ns-9Q for emacs-devel@gnu.org; Tue, 10 Jan 2012 03:40:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RkXFq-0006X6-TM for emacs-devel@gnu.org; Tue, 10 Jan 2012 03:40:31 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:37404) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkXFq-0006X1-QH for emacs-devel@gnu.org; Tue, 10 Jan 2012 03:40:26 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RkXFq-0003ms-Dn; Tue, 10 Jan 2012 03:40:26 -0500 In-reply-to: <4F0BDAD8.6030201@yandex.ru> (message from Dmitry Antipov on Tue, 10 Jan 2012 10:29:44 +0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:147553 Archived-At: > Date: Tue, 10 Jan 2012 10:29:44 +0400 > From: Dmitry Antipov > > 1) last_mark_x and last_mark_y fields of 'struct window' aren't used anywhere > except initialization in make_window - is it reasonable to drop them at all? Maybe I'm blind, but I don't see it used even in Emacs 18.59. Looks like it never was used. Maybe Richard will remember something about it (or we could ask Jim Blandy ;-). If I'm right, it should have been deleted many moons ago.