[nautilus/wip/antoniof/gtk4-port-leftover-tasks: 3/3] audio-video-properties: Drop obsolete test program




commit 77d55b12dbd40c5d215d4e314d7de58cf69cd17c
Author: António Fernandes <antoniof gnome org>
Date:   Thu Sep 1 16:42:15 2022 +0100

    audio-video-properties: Drop obsolete test program
    
    The properties extension no longer creates a widget, so it's no
    longer a simple task of packing that widget into a window.
    
    We never use that test program anyway; manual testing can and
    should be performed in the main application.

 extensions/audio-video-properties/meson.build      | 18 +----
 .../audio-video-properties/test-properties-page.c  | 81 ----------------------
 2 files changed, 1 insertion(+), 98 deletions(-)
---
diff --git a/extensions/audio-video-properties/meson.build b/extensions/audio-video-properties/meson.build
index e58dc5f1c..fd68eb9e9 100644
--- a/extensions/audio-video-properties/meson.build
+++ b/extensions/audio-video-properties/meson.build
@@ -23,20 +23,4 @@ libtotem_properties_page = shared_module(
   ],
   install: true,
   install_dir: extensiondir
-)
-
-# test_properties_page_sources = files(
-#   'totem-properties-main.c',
-#   'totem-properties-view.c',
-#   'totem-gst-helpers.c',
-#   'test-properties-page.c'
-# )
-
-# executable(
-#   'test-properties-page',
-#   test_properties_page_sources,
-#   dependencies: libtotem_properties_page_deps + [
-#     nautilus_extension
-#   ],
-# )
-
+)
\ No newline at end of file


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]