rm cpu_percentage function proto from main source

This is useless here, since this proto is provided by
   {linux,osx}/cpu.h
This commit is contained in:
l0ner 2014-04-19 21:13:36 +00:00
parent af8c544653
commit 03040e64f2

@ -44,13 +44,11 @@
#include "linux/load.h" #include "linux/load.h"
#endif #endif
// Function declarations. // Function declarations.
// TODO: those should stay in separate headers // TODO: those should stay in separate headers
// LINUX: DONE/partial // LINUX: DONE/partial
// OSX: DONE/partial // OSX: DONE/partial
// BSD: TODO // BSD: TODO
float cpu_percentage( unsigned int cpu_usage_delay );
std::string cpu_string( unsigned int cpu_usage_delay, std::string cpu_string( unsigned int cpu_usage_delay,
unsigned int graph_lines, bool use_colors = false ) { unsigned int graph_lines, bool use_colors = false ) {