diff options
author | Michele Calgaro <[email protected]> | 2024-10-03 17:43:38 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-10-03 17:43:38 +0900 |
commit | 6964feed838dec70e7743ea90b390e4ae706d3c9 (patch) | |
tree | 6faf8862c19e31a988e9b5a43485a9f23b89d4a8 /extensions/nsplugin/examples/trivial/trivial.def | |
parent | 81288cfcb6a543d96a1ee4bf1d7d3c26231f517f (diff) | |
download | tqt3-6964feed838dec70e7743ea90b390e4ae706d3c9.tar.gz tqt3-6964feed838dec70e7743ea90b390e4ae706d3c9.zip |
Remove obsolete Netscape plugin and its classes
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'extensions/nsplugin/examples/trivial/trivial.def')
-rw-r--r-- | extensions/nsplugin/examples/trivial/trivial.def | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/extensions/nsplugin/examples/trivial/trivial.def b/extensions/nsplugin/examples/trivial/trivial.def deleted file mode 100644 index 1732fc67c..000000000 --- a/extensions/nsplugin/examples/trivial/trivial.def +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY nptrivial.dll - -CODE PRELOAD MOVEABLE DISCARDABLE -DATA PRELOAD SINGLE - -EXPORTS - NP_GetEntryPoints @1 - NP_Initialize @2 - NP_Shutdown @3 |