framework/inc/protocols.h |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 23392c3c12e5558358188a94d7bb3d53730ed92d
Author:     Bogdan Buzea <[email protected]>
AuthorDate: Fri Nov 22 18:59:24 2024 +0100
Commit:     Julien Nabet <[email protected]>
CommitDate: Sat Nov 23 15:12:28 2024 +0100

    tdf#152299 - Remove unused define(s) from C/C++ files
    
    Change-Id: I0a6d9a12f3e6d84ad4ba665ba16dd05fb6f9786f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177048
    Reviewed-by: Julien Nabet <[email protected]>
    Tested-by: Jenkins

diff --git a/framework/inc/protocols.h b/framework/inc/protocols.h
index bbadb7e71888..7ba3d41de394 100644
--- a/framework/inc/protocols.h
+++ b/framework/inc/protocols.h
@@ -35,8 +35,6 @@ namespace framework{
     a real visible component.
  */
 
-// indicates a loadable content in general!
-#define SPECIALPROTOCOL_PRIVATE           "private:"
 // indicates loading of components using a model directly
 #define SPECIALPROTOCOL_PRIVATE_OBJECT    u"private:object"
 // indicates loading of components using a stream only

Reply via email to