From patchwork Fri Mar 9 17:44:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jesse Barker X-Patchwork-Id: 7195 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 440D323E10 for ; Fri, 9 Mar 2012 17:44:15 +0000 (UTC) Received: from mail-tul01m020-f180.google.com (mail-tul01m020-f180.google.com [209.85.214.180]) by fiordland.canonical.com (Postfix) with ESMTP id EE114A1869B for ; Fri, 9 Mar 2012 17:44:14 +0000 (UTC) Received: by obbwd18 with SMTP id wd18so3065518obb.11 for ; Fri, 09 Mar 2012 09:44:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf :content-type:mime-version:x-launchpad-project:x-launchpad-branch :x-launchpad-message-rationale:x-launchpad-branch-revision-number :x-launchpad-notification-type:to:from:subject:message-id:date :reply-to:sender:errors-to:precedence:x-generated-by :x-launchpad-hash:x-gm-message-state; bh=ZgO1UrXoaUy1sahgXhc+jKi6Rs3K/VNcdSRvRfBHIic=; b=epRCTAbrOgGPGUlFermoCGC2PQBclojffo06oSxqJAW/OaFPvVVABnsBT9jztltH7G WM9RARhAHxhJdAHsOP0h6y7j3wu6+n2jLqrdSJ73UaSVdv0Agsf7UiuTgNP1j3HrJhmi 6Ecw1MasE6ru1WzfgSYDjBexHZMrxyFkUKN6wYfBcaNYij3uLDwK6UczjDe56XiBDLng ooXlGzDT1EZEWUMOvh9buhhDiYdAH8lf+a2braqkeSHSiSi52Xae2+P2q7ZdIF6Pr5kD NInqtcTS20jix+Sf609RooXyeaOomeKP2BCwJTwhhAmwiyr01AgmEE20kxcdKZa+eJ5Q vaJQ== Received: by 10.50.156.225 with SMTP id wh1mr4930575igb.0.1331315054290; Fri, 09 Mar 2012 09:44:14 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.53.18 with SMTP id k18csp37335ibg; Fri, 9 Mar 2012 09:44:13 -0800 (PST) Received: by 10.180.103.35 with SMTP id ft3mr6862169wib.0.1331315052089; Fri, 09 Mar 2012 09:44:12 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id h50si8387294wee.36.2012.03.09.09.44.11 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 09 Mar 2012 09:44:12 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1S63rP-0002CL-Ey for ; Fri, 09 Mar 2012 17:44:11 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 503DEE0532 for ; Fri, 9 Mar 2012 17:44:11 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: glmark2 X-Launchpad-Branch: ~glmark2-dev/glmark2/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 201 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~glmark2-dev/glmark2/trunk] Rev 201: Remove unused static function (was repurposed as a class member of the main loop Message-Id: <20120309174411.12839.25702.launchpad@ackee.canonical.com> Date: Fri, 09 Mar 2012 17:44:11 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14914"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 57f778755a6b5017bc9d12ff1e8e07a7b6fceab1 X-Gm-Message-State: ALoCoQmF48NPrZVyNPu0LEpinHJ3Fv+liQ3RCmr09UhOmjWDgSVI0DW2LHPF6Qq8H4qXQ/hOO7Zh ------------------------------------------------------------ revno: 201 committer: Jesse Barker branch nick: trunk timestamp: Fri 2012-03-09 09:40:49 +0000 message: Remove unused static function (was repurposed as a class member of the main loop object but this copy was never removed). modified: src/main.cpp --- lp:glmark2 https://code.launchpad.net/~glmark2-dev/glmark2/trunk You are subscribed to branch lp:glmark2. To unsubscribe from this branch go to https://code.launchpad.net/~glmark2-dev/glmark2/trunk/+edit-subscription === modified file 'src/main.cpp' --- src/main.cpp 2012-02-15 16:00:26 +0000 +++ src/main.cpp 2012-03-09 09:40:49 +0000 @@ -100,14 +100,6 @@ } } -static inline void -fps_renderer_update_text(TextRenderer &fps_renderer, unsigned int fps) -{ - std::stringstream ss; - ss << "FPS: " << fps; - fps_renderer.text(ss.str()); -} - void do_benchmark(Canvas &canvas) {