diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-05-15 12:11:00 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-05-15 12:11:00 -0400 |
commit | 3151ac6274e796f54f2d9269186f1fd2e69f90c3 (patch) | |
tree | bd23ebbef27a5ae53a0f548e4366db53e7b7de0b /src/subway_map.h | |
parent | a5a6c1b8b902c960f8204f8d814ce579dfd5fa50 (diff) | |
download | lingo-ap-tracker-3151ac6274e796f54f2d9269186f1fd2e69f90c3.tar.gz lingo-ap-tracker-3151ac6274e796f54f2d9269186f1fd2e69f90c3.tar.bz2 lingo-ap-tracker-3151ac6274e796f54f2d9269186f1fd2e69f90c3.zip |
Get checked paintings from server
Diffstat (limited to 'src/subway_map.h')
-rw-r--r-- | src/subway_map.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/subway_map.h b/src/subway_map.h index 1637125..e5f0bf6 100644 --- a/src/subway_map.h +++ b/src/subway_map.h | |||
@@ -24,8 +24,6 @@ class SubwayMap : public wxPanel { | |||
24 | 24 | ||
25 | void OnConnect(); | 25 | void OnConnect(); |
26 | void UpdateIndicators(); | 26 | void UpdateIndicators(); |
27 | void UpdatePainting(std::string from_painting_id, | ||
28 | std::optional<std::string> to_painting_id); | ||
29 | void UpdateSunwarp(SubwaySunwarp from_sunwarp, SubwaySunwarp to_sunwarp); | 27 | void UpdateSunwarp(SubwaySunwarp from_sunwarp, SubwaySunwarp to_sunwarp); |
30 | 28 | ||
31 | private: | 29 | private: |