mirror of
https://github.com/transmission/transmission
synced 2025-02-03 21:12:05 +00:00
privatize a couple of methods were left public by accident
This commit is contained in:
parent
97350e1c85
commit
37d485268f
1 changed files with 2 additions and 2 deletions
|
@ -1367,7 +1367,7 @@ enabled_toggled (GtkCellRendererToggle * cell UNUSED,
|
|||
gtk_tree_path_free( path );
|
||||
}
|
||||
|
||||
GtkWidget *
|
||||
static GtkWidget *
|
||||
file_page_new ( TrTorrent * gtor )
|
||||
{
|
||||
GtkWidget * ret;
|
||||
|
@ -1576,7 +1576,7 @@ max_peers_spun_cb( GtkSpinButton * spin, gpointer gtor )
|
|||
tr_torrentSetMaxConnectedPeers( tr_torrent_handle( gtor ), n );
|
||||
}
|
||||
|
||||
GtkWidget*
|
||||
static GtkWidget*
|
||||
options_page_new ( TrTorrent * gtor )
|
||||
{
|
||||
uint16_t maxConnectedPeers;
|
||||
|
|
Loading…
Reference in a new issue