about summary refs log tree commit diff stats
path: root/src/subway_map.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-05-15 12:11:00 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2024-05-15 12:11:00 -0400
commit3151ac6274e796f54f2d9269186f1fd2e69f90c3 (patch)
treebd23ebbef27a5ae53a0f548e4366db53e7b7de0b /src/subway_map.h
parenta5a6c1b8b902c960f8204f8d814ce579dfd5fa50 (diff)
downloadlingo-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.h2
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: