diff options
Diffstat (limited to 'dbeditorpp/headers.h')
-rw-r--r-- | dbeditorpp/headers.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/dbeditorpp/headers.h b/dbeditorpp/headers.h index 4cc08e6..838d09c 100644 --- a/dbeditorpp/headers.h +++ b/dbeditorpp/headers.h @@ -164,11 +164,6 @@ struct WatchListArrayStruct{ };
extern WatchListArrayStruct WatchListArray;
-struct SettingsSortParams{
- HWND hList;
- int column;
-};
-
//=======================================================
// Variables
//=======================================================
@@ -269,6 +264,4 @@ void freeAllWatches(); INT_PTR CALLBACK WatchDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
void popupWatchedVar(HANDLE hContact,const char* module,const char* setting);
-INT_PTR CALLBACK SettingsCompare(LPARAM lParam1, LPARAM lParam2, LPARAM myParam);
-
#endif //_COMMONHEADERS_H
\ No newline at end of file |