diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-04-28 19:10:05 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-04-28 19:10:05 +0200 |
commit | 96ff7248ef334fa3da138090e5a0cb08d5fae360 (patch) | |
tree | b1c6a61992455393a67491d51c5c6da28cd6ba66 /tests | |
parent | eac442a855dfe2299eeac11d0a3a3c47d7853695 (diff) | |
download | weechat-96ff7248ef334fa3da138090e5a0cb08d5fae360.zip |
core: remove obsolete function gui_nicklist_get_max_length
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/gui/test-gui-nicklist.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/unit/gui/test-gui-nicklist.cpp b/tests/unit/gui/test-gui-nicklist.cpp index 74e523816..65112a080 100644 --- a/tests/unit/gui/test-gui-nicklist.cpp +++ b/tests/unit/gui/test-gui-nicklist.cpp @@ -239,16 +239,7 @@ TEST(GuiNicklist, GetNextItem) TEST(GuiNicklist, GetGroupStart) { /* TODO: write tests */ -} -/* - * Tests functions: - * gui_nicklist_get_max_length - */ - -TEST(GuiNicklist, GetMaxLength) -{ - /* TODO: write tests */ } /* |