diff options
Diffstat (limited to 'plugins/Popup/src/services.h')
-rw-r--r-- | plugins/Popup/src/services.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Popup/src/services.h b/plugins/Popup/src/services.h index 8dd363b679..1bd913342f 100644 --- a/plugins/Popup/src/services.h +++ b/plugins/Popup/src/services.h @@ -27,8 +27,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. extern int num_classes; //for core class api support
INT_PTR Popup_AddPopupW(WPARAM, LPARAM);
-
-INT_PTR Popup_AddPopup(WPARAM, LPARAM);
INT_PTR Popup_AddPopup2(WPARAM, LPARAM);
INT_PTR Popup_GetContact(WPARAM, LPARAM);
@@ -39,7 +37,6 @@ INT_PTR Popup_ChangeTextW(WPARAM, LPARAM); INT_PTR Popup_ChangeW(WPARAM, LPARAM);
INT_PTR Popup_Change2(WPARAM, LPARAM);
-INT_PTR Popup_ShowMessage(WPARAM, LPARAM);
INT_PTR Popup_ShowMessageW(WPARAM, LPARAM);
INT_PTR Popup_Query(WPARAM, LPARAM);
|