From 36009d07e8545dd43349c309f052fbb9b2ccce8c Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Thu, 22 Sep 2022 17:30:09 -0700 Subject: Delete unused parameter in rfb_t::fb_update --- fesvr/rfb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fesvr/rfb.h') diff --git a/fesvr/rfb.h b/fesvr/rfb.h index 263663a..e153bc8 100644 --- a/fesvr/rfb.h +++ b/fesvr/rfb.h @@ -25,7 +25,7 @@ class rfb_t : public device_t void thread_main(); friend void* rfb_thread_main(void*); std::string pixel_format(); - void fb_update(const std::string& s); + void fb_update(); void set_encodings(const std::string& s); void set_pixel_format(const std::string& s); void write(const std::string& s); -- cgit v1.1