Skip to content

Commit

Permalink
remove unused API
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Jul 7, 2024
1 parent cacd236 commit 9e08cfb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion include/candidate_window.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ class CandidateWindow {
public:
virtual ~CandidateWindow() = default;
virtual void set_layout(layout_t layout) = 0;
virtual void set_preedit_mode(bool enabled) = 0;
virtual void update_input_panel(const formatted<std::string> &preedit,
int preedit_cursor,
const formatted<std::string> &auxUp,
Expand Down
1 change: 0 additions & 1 deletion include/webview_candidate_window.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class WebviewCandidateWindow : public CandidateWindow {
WebviewCandidateWindow();
~WebviewCandidateWindow();
void set_layout(layout_t layout) override;
void set_preedit_mode(bool enabled) override {}
void update_input_panel(const formatted<std::string> &preedit,
int preedit_cursor,
const formatted<std::string> &auxUp,
Expand Down

0 comments on commit 9e08cfb

Please sign in to comment.