]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/pomo/entry.php
Wordpress 3.0.3-scripts
[autoinstalls/wordpress.git] / wp-includes / pomo / entry.php
index eb58f89dba0cbe11385c22efc75dc13c61c92556..07ddfd4d11022e315a10d61d8f3610b0d5c15fd8 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Contains Translation_Entry class
  *
- * @version $Id: entry.php 222 2009-09-07 21:14:23Z nbachiyski $
+ * @version $Id: entry.php 406 2010-02-07 11:10:24Z nbachiyski $
  * @package pomo
  * @subpackage entry
  */
@@ -46,7 +46,6 @@ class Translation_Entry {
                        return;
                }
                // get member variable values from args hash
-               $object_varnames = array_keys(get_object_vars($this));
                foreach ($args as $varname => $value) {
                        $this->$varname = $value;
                }