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




commit 2f84ec2a8dab5ad1145c43e720cc2efee677f6d0
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      | 16 -----
 .../audio-video-properties/test-properties-page.c  | 81 ----------------------
 2 files changed, 97 deletions(-)
---
diff --git a/extensions/audio-video-properties/meson.build b/extensions/audio-video-properties/meson.build
index e58dc5f1c..e78e7f60d 100644
--- a/extensions/audio-video-properties/meson.build
+++ b/extensions/audio-video-properties/meson.build
@@ -24,19 +24,3 @@ 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
-#   ],
-# )
-


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