summaryrefslogtreecommitdiffstats
path: root/korundum/rubylib/rbkconfig_compiler/tests/myprefs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'korundum/rubylib/rbkconfig_compiler/tests/myprefs.rb')
-rw-r--r--korundum/rubylib/rbkconfig_compiler/tests/myprefs.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/korundum/rubylib/rbkconfig_compiler/tests/myprefs.rb b/korundum/rubylib/rbkconfig_compiler/tests/myprefs.rb
deleted file mode 100644
index a4f1f082..00000000
--- a/korundum/rubylib/rbkconfig_compiler/tests/myprefs.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-class MyPrefs < KDE::ConfigSkeleton
- def initialize( a )
- super( a )
- end
-end