STMClient::process_network_input: Return void, instead of always true

This function has never in its history had a codepath returning false.
This commit is contained in:
Geoffrey Thomas
2013-08-03 19:21:26 -07:00
committed by John Hood
parent 4b75bcfdd9
commit a38b6f61d5
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ private:
bool clean_shutdown;
void main_init( void );
bool process_network_input( void );
void process_network_input( void );
bool process_user_input( int fd );
bool process_resize( void );