Removed upstream dir
[maemian] / nokia-lintian / testset / scripts / tkfoo
diff --git a/nokia-lintian/testset/scripts/tkfoo b/nokia-lintian/testset/scripts/tkfoo
deleted file mode 100755 (executable)
index 533595a..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/bin/sh
-#
-# Insane amount of empty lines and comments
-
-#
-#                                          
-#
-#
-
-#
-#
-
-#
-#
-#
-
-#
-#
-   
-#
-# This line makes the next one a comment in Tcl \
-exec wish "$0" -- ${1+"$@"}
-
-# lintian should not check the following for syntax
-# if it detects the line above correctly
-# Code snippet taken from eTkTab
-
-if { [array names prefs keybindings] != "" } {
-  # Read in the file
-   array set unparsed_bindings [ read_settings_file $prefs(keybindings)]
-}