Commit c1db46f0 authored by Christoffer Ackelman's avatar Christoffer Ackelman

QT: Removed unused function.

parent 90493bf3
......@@ -309,12 +309,6 @@ void CoWowQt::PopList(void* data)
pop(ctx);
}
void CoWowQt::DeleteList(void* data)
{
CoWowListWidgetQt* ctx = (CoWowListWidgetQt*)data;
ctx->close();
}
void CoWowWarrantQt::reject()
{
QDialog::reject();
......
......@@ -196,7 +196,6 @@ public:
void(action_cb)(void*, char*, int), void(cancel_cb)(void*), void* ctx,
int show_apply_button = 0);
void PopList(void* ctx);
void DeleteList(void* ctx);
void CreateFileSelDia(const char* title, void* parent_ctx,
void (*file_selected_cb)(void*, char*, wow_eFileSelType),
wow_eFileSelType file_type);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment