network-agent: Remove prototype of unused function

This causes a debug SpiderMonkey build to fail when it throws an
exception for the missing symbol, but doesn't properly return FALSE
when executing the script.

https://bugzilla.gnome.org/show_bug.cgi?id=703442
This commit is contained in:
Jasper St. Pierre 2013-07-02 01:42:16 -04:00
parent 793edd3a2b
commit 67f10ea7eb

View File

@ -43,8 +43,6 @@ struct _ShellNetworkAgentClass
/* used by SHELL_TYPE_NETWORK_AGENT */ /* used by SHELL_TYPE_NETWORK_AGENT */
GType shell_network_agent_get_type (void); GType shell_network_agent_get_type (void);
ShellNetworkAgent *shell_network_agent_new (void);
void shell_network_agent_set_password (ShellNetworkAgent *self, void shell_network_agent_set_password (ShellNetworkAgent *self,
gchar *request_id, gchar *request_id,
gchar *setting_key, gchar *setting_key,