gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r12188: Drop unused functions.


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12188: Drop unused functions.
Date: Wed, 19 May 2010 16:40:55 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12188 [merge]
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Wed 2010-05-19 16:40:55 +0200
message:
  Drop unused functions.
modified:
  gui/Player.h
=== modified file 'gui/Player.h'
--- a/gui/Player.h      2010-04-21 02:32:15 +0000
+++ b/gui/Player.h      2010-05-18 09:10:38 +0000
@@ -169,15 +169,12 @@
     /// Set the renderer backend, agg, opengl, or cairo. This is set
     /// in the users gnashrc file, or can be overridden with the
     /// --hwaccel option to gnash.
-    void setRenderer(const std::string &x) { _renderer = x; }
-    const std::string &getRenderer() { return _renderer; }
+    void setRenderer(const std::string& x) { _renderer = x; }
     
     /// Set the hardware video accleration backend, none, vaapi, xv,
     /// or cairo. This is set in the users gnashrc file, or can be
     /// overridden with the --render-mode option to gnash.
-    std::string &getHWAccel() { return _hwaccel; }
-    void setHWAccel(const std::string &x) { _hwaccel = x; }
-    
+    void setHWAccel(const std::string& x) { _hwaccel = x; }
 
     /// This should be a comma-separated list of frames.
     //


reply via email to

[Prev in Thread] Current Thread [Next in Thread]