Additional file renames and modifications to change CDC demos to VirtualSerial.
[pub/USBasp.git] / Demos / Device / Incomplete / Sideshow / Lib / SideshowApplications.c
index ad26d77..4f27c33 100644 (file)
 SideShow_Application_t InstalledApplications[MAX_APPLICATIONS];\r
 \r
 \r
-uint8_t SideShow_GetTotalApplications(void)\r
-{\r
-       uint8_t TotalInstalledApps = 0;\r
-       \r
-       for (uint8_t App = 0; App < ARRAY_ELEMENTS(InstalledApplications); App++)\r
-       {\r
-               if (InstalledApplications[App].InUse)\r
-                 TotalInstalledApps++;\r
-       }\r
-       \r
-       return TotalInstalledApps;      \r
-}\r
-\r
 SideShow_Application_t* SideShow_GetFreeApplication(void)\r
 {\r
        for (uint8_t App = 0; App < ARRAY_ELEMENTS(InstalledApplications); App++)\r