summaryrefslogtreecommitdiffstats
path: root/extensions/nsplugin/examples/trivial/trivial.def
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-10-03 17:43:38 +0900
committerMichele Calgaro <[email protected]>2024-10-03 17:43:38 +0900
commit6964feed838dec70e7743ea90b390e4ae706d3c9 (patch)
tree6faf8862c19e31a988e9b5a43485a9f23b89d4a8 /extensions/nsplugin/examples/trivial/trivial.def
parent81288cfcb6a543d96a1ee4bf1d7d3c26231f517f (diff)
downloadtqt3-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.def9
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