aboutsummaryrefslogtreecommitdiff
path: root/fesvr/rfb.h
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2022-09-22 17:30:09 -0700
committerAndrew Waterman <andrew@sifive.com>2022-10-04 15:40:01 -0700
commit36009d07e8545dd43349c309f052fbb9b2ccce8c (patch)
treecfe2afd0807f54067a9c486d116f5b1b3f8602c2 /fesvr/rfb.h
parentf8752d8feea04303d5f3bdeabce8864b3b2430ed (diff)
downloadspike-36009d07e8545dd43349c309f052fbb9b2ccce8c.zip
spike-36009d07e8545dd43349c309f052fbb9b2ccce8c.tar.gz
spike-36009d07e8545dd43349c309f052fbb9b2ccce8c.tar.bz2
Delete unused parameter in rfb_t::fb_update
Diffstat (limited to 'fesvr/rfb.h')
-rw-r--r--fesvr/rfb.h2
1 files changed, 1 insertions, 1 deletions
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);