Yiu Fai Kwok / Mbed 2 deprecated el17yfk

Dependencies:   mbed FXOS8700CQ mbed-rtos

Revision:
29:75a05e9f0e8d
Parent:
25:31111e6e13ad
Child:
30:0ff3bede5307
--- a/Game_one/Game_one.h	Mon May 06 02:42:34 2019 +0000
+++ b/Game_one/Game_one.h	Mon May 06 20:35:37 2019 +0000
@@ -82,26 +82,12 @@
     void intro(Gamepad &pad, N5110 &lcd);
     
     /**
-     * @brief Set count
-     * @param count (int)
-     * @details The private function set the value for private member _count
-     */
-    void set_count(int count);
-    
-    /**
      * @brief Update parameter alt
      * @return current value of alt (int)
      * @details The function flips the value of alt to draw the alternative sprite of character to create a running animation
      */
     int update_alt();
     
-    /**
-     * @brief Set parameter _alt
-     * @param alt (int)
-     * @details The function sets the value for private memeber _alt
-     */
-    void set_alt(int alt);
-    
 private:
 
     /**