diff options
author | Peter Hatina <phatina@redhat.com> | 2012-04-03 08:41:05 +0200 |
---|---|---|
committer | Peter Hatina <phatina@redhat.com> | 2012-04-03 08:41:05 +0200 |
commit | 3998d44bd1305c4c784e7d2529954f6ccbb96986 (patch) | |
tree | 912796d46fc79c7316a892626d920a45bae48153 /SpiceXPI | |
parent | f07d6824590085de149eabd1a33d61efeb373bc4 (diff) |
remove unused class member
Diffstat (limited to 'SpiceXPI')
-rw-r--r-- | SpiceXPI/src/plugin/plugin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/SpiceXPI/src/plugin/plugin.h b/SpiceXPI/src/plugin/plugin.h index acba031..8b3725d 100644 --- a/SpiceXPI/src/plugin/plugin.h +++ b/SpiceXPI/src/plugin/plugin.h @@ -190,7 +190,6 @@ private: NPBool m_initialized; NPWindow *m_window; - PRBool m_fIPC; std::string m_host_ip; std::string m_port; std::string m_password; |