diff options
Diffstat (limited to 'glcddrivers/common.h')
-rw-r--r-- | glcddrivers/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/glcddrivers/common.h b/glcddrivers/common.h index d1ddcda..feb190b 100644 --- a/glcddrivers/common.h +++ b/glcddrivers/common.h @@ -34,7 +34,6 @@ void uSleep(long us); unsigned char ReverseBits(unsigned char value); void clip(int & value, int min, int max); -void sort(int & value1, int & value2); std::string trim(const std::string & s); } // end of namespace |