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) ...@@ -309,12 +309,6 @@ void CoWowQt::PopList(void* data)
pop(ctx); pop(ctx);
} }
void CoWowQt::DeleteList(void* data)
{
CoWowListWidgetQt* ctx = (CoWowListWidgetQt*)data;
ctx->close();
}
void CoWowWarrantQt::reject() void CoWowWarrantQt::reject()
{ {
QDialog::reject(); QDialog::reject();
...@@ -1194,4 +1188,4 @@ pwr_tStatus CoWowQt::CreateFlowPrintDialogQt(const char* title, void* flow_ctx, ...@@ -1194,4 +1188,4 @@ pwr_tStatus CoWowQt::CreateFlowPrintDialogQt(const char* title, void* flow_ctx,
EndPrint(ctx, &settings); EndPrint(ctx, &settings);
} }
return WOW__SUCCESS; return WOW__SUCCESS;
} }
\ No newline at end of file
...@@ -196,7 +196,6 @@ public: ...@@ -196,7 +196,6 @@ public:
void(action_cb)(void*, char*, int), void(cancel_cb)(void*), void* ctx, void(action_cb)(void*, char*, int), void(cancel_cb)(void*), void* ctx,
int show_apply_button = 0); int show_apply_button = 0);
void PopList(void* ctx); void PopList(void* ctx);
void DeleteList(void* ctx);
void CreateFileSelDia(const char* title, void* parent_ctx, void CreateFileSelDia(const char* title, void* parent_ctx,
void (*file_selected_cb)(void*, char*, wow_eFileSelType), void (*file_selected_cb)(void*, char*, wow_eFileSelType),
wow_eFileSelType file_type); wow_eFileSelType file_type);
...@@ -244,4 +243,4 @@ public slots: ...@@ -244,4 +243,4 @@ public slots:
void wait_cb(); void wait_cb();
}; };
#endif #endif
\ No newline at end of file
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