From 090bf3dc3e544f5b4fd1960b9be4c5026d50f3ca Mon Sep 17 00:00:00 2001 From: stephena Date: Fri, 8 Jul 2005 21:25:33 +0000 Subject: [PATCH] Forgot to remove debugging code. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@626 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/gui/TiaWidget.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stella/src/gui/TiaWidget.cxx b/stella/src/gui/TiaWidget.cxx index 495885b5c..2c816b4c1 100644 --- a/stella/src/gui/TiaWidget.cxx +++ b/stella/src/gui/TiaWidget.cxx @@ -13,7 +13,7 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: TiaWidget.cxx,v 1.6 2005-07-08 17:22:41 stephena Exp $ +// $Id: TiaWidget.cxx,v 1.7 2005-07-08 21:25:33 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project @@ -232,7 +232,6 @@ void TiaWidget::handleCommand(CommandSender* sender, int cmd, int data, int id) // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - void TiaWidget::loadConfig() { -cerr << "TiaWidget::loadConfig()\n"; fillGrid(); }