Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
rajumsys committed Jun 29, 2017
1 parent 1caf329 commit ee5606a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions admin.widget.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -334,11 +334,6 @@ public function render_enable_sparkpost_field()
);
}

public function render_username_field()
{
echo '<input type="text" id="username" name="sp_settings_basic[username]" class="regular-text" value="SMTP_Injection" readonly />';
}

public function render_password_field()
{
$api_key = SparkPost::obfuscate_api_key($this->settings['password']);
Expand Down

0 comments on commit ee5606a

Please sign in to comment.