summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2024-04-28 19:10:05 +0200
committerSébastien Helleu <flashcode@flashtux.org>2024-04-28 19:10:05 +0200
commit96ff7248ef334fa3da138090e5a0cb08d5fae360 (patch)
treeb1c6a61992455393a67491d51c5c6da28cd6ba66 /tests
parenteac442a855dfe2299eeac11d0a3a3c47d7853695 (diff)
downloadweechat-96ff7248ef334fa3da138090e5a0cb08d5fae360.zip
core: remove obsolete function gui_nicklist_get_max_length
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/gui/test-gui-nicklist.cpp9
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 */
}
/*