summaryrefslogtreecommitdiffstats
path: root/fake_packages/Gtk2/NotificationBubble.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-04-29 02:31:36 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-04-29 02:32:54 +0200
commit096a8ca16571519c77eabe30cc8f50c570837065 (patch)
treec2dadb1269817f97eb7d3522adacab679f3344aa /fake_packages/Gtk2/NotificationBubble.pm
parent2ac973a00808fda8ad846e18416d4f6f31eff91c (diff)
downloadperl_checker-096a8ca16571519c77eabe30cc8f50c570837065.tar
perl_checker-096a8ca16571519c77eabe30cc8f50c570837065.tar.gz
perl_checker-096a8ca16571519c77eabe30cc8f50c570837065.tar.bz2
perl_checker-096a8ca16571519c77eabe30cc8f50c570837065.tar.xz
perl_checker-096a8ca16571519c77eabe30cc8f50c570837065.zip
kill fake packages for unused Gtk2 modules
Diffstat (limited to 'fake_packages/Gtk2/NotificationBubble.pm')
-rw-r--r--fake_packages/Gtk2/NotificationBubble.pm10
1 files changed, 0 insertions, 10 deletions
diff --git a/fake_packages/Gtk2/NotificationBubble.pm b/fake_packages/Gtk2/NotificationBubble.pm
deleted file mode 100644
index cb0fd16..0000000
--- a/fake_packages/Gtk2/NotificationBubble.pm
+++ /dev/null
@@ -1,10 +0,0 @@
-
-package Gtk2::NotificationBubble;
-our @ISA = qw();
-sub attach { my ($_bubble, $_widget) = @_ }
-sub dl_load_flags() {}
-sub force_window { my ($_bubble) = @_ }
-sub hide { my ($_bubble) = @_ }
-sub new { my ($_class) = @_ }
-sub set { my ($_bubble, $_notification_header, $_icon, $_notification_body) = @_ }
-sub show { my ($_bubble, $_timeout) = @_ }