summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-11-05 15:27:21 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-11-05 15:27:26 +0300
commit63ed39f2286560d410b97b6b6ad75e9ed68cd30e (patch)
treeb46a607dde8407e3cbb4356e80c89832e33127d6 /src
parentd933dad982eaee4f82e9d31dade1beaf0d3cf50f (diff)
Popup+ specific functionality localized inside Popup+
Diffstat (limited to 'src')
-rw-r--r--src/mir_app/src/mir_app.def1
-rw-r--r--src/mir_app/src/mir_app64.def1
-rw-r--r--src/mir_app/src/popups.cpp5
3 files changed, 0 insertions, 7 deletions
diff --git a/src/mir_app/src/mir_app.def b/src/mir_app/src/mir_app.def
index e0919c872a..53c82fe05e 100644
--- a/src/mir_app/src/mir_app.def
+++ b/src/mir_app/src/mir_app.def
@@ -636,7 +636,6 @@ PUDeletePopup @750
PUGetContact @751
PUGetPluginData @752
PURegisterActions @753
-PURegisterNotification @754
PUShowMessage @755
PUShowMessageW @756
Popup_RegisterClass @757
diff --git a/src/mir_app/src/mir_app64.def b/src/mir_app/src/mir_app64.def
index c60f03222e..518db90afc 100644
--- a/src/mir_app/src/mir_app64.def
+++ b/src/mir_app/src/mir_app64.def
@@ -636,7 +636,6 @@ PUDeletePopup @750
PUGetContact @751
PUGetPluginData @752
PURegisterActions @753
-PURegisterNotification @754
PUShowMessage @755
PUShowMessageW @756
Popup_RegisterClass @757
diff --git a/src/mir_app/src/popups.cpp b/src/mir_app/src/popups.cpp
index aa7af870f3..15ee314dbb 100644
--- a/src/mir_app/src/popups.cpp
+++ b/src/mir_app/src/popups.cpp
@@ -114,11 +114,6 @@ MIR_APP_DLL(int) PURegisterActions(POPUPACTION *actions, int count)
return (int)CallService(MS_POPUP_REGISTERACTIONS, (WPARAM)actions, (LPARAM)count);
}
-MIR_APP_DLL(HANDLE) PURegisterNotification(POPUPNOTIFICATION *notification)
-{
- return (HANDLE)CallService(MS_POPUP_REGISTERNOTIFICATION, (WPARAM)notification, 0);
-}
-
/////////////////////////////////////////////////////////////////////////////////////////
// Popup classes