Skip to content

Commit

Permalink
Stop supporting glkote-term
Browse files Browse the repository at this point in the history
  • Loading branch information
curiousdannii committed Mar 15, 2024
1 parent 230c6b4 commit e2a70ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions remglk/src/glkapi/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,6 @@ where S: Default + GlkSystem {
self.exited = true;
let update = self.update();
self.system.send_glkote_update(update);
// TODO: remove once we're no longer using glkote-term
self.system.send_glkote_update(Update::Exit);
}

pub fn glk_fileref_create_by_name(&mut self, usage: u32, filename: String, rock: u32) -> GlkFileRef {
Expand Down
2 changes: 0 additions & 2 deletions remglk/src/glkapi/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,6 @@ impl From<Metrics> for GlkResult<'static, NormalisedMetrics> {
#[serde(tag = "type")]
pub enum Update {
Error(ErrorUpdate),
// TODO: remove once we're no longer using glkote-term
Exit,
Pass(PassUpdate),
Retry(RetryUpdate),
#[serde(rename = "update")]
Expand Down

0 comments on commit e2a70ce

Please sign in to comment.