geeqie.git
9 years agoupdated ChangeLog file v1.2
Klaus Ethgen [Sun, 20 Jul 2014 13:16:02 +0000 (14:16 +0100)]
updated ChangeLog file

9 years agoMerge remote-tracking branches 'merge-requests/6' and 'merge-requests/7'
Klaus Ethgen [Sun, 20 Jul 2014 12:57:40 +0000 (13:57 +0100)]
Merge remote-tracking branches 'merge-requests/6' and 'merge-requests/7'

* merge-requests/6:
  Bug 3594998: make lirc initialization quieter

* merge-requests/7:
  Add filedata counting to watch for filedata leaks
  Use FileData locks to avoid expensive reloads with marks enabled
  Add "lock" functionality to keep FileDatas in memory

9 years agoMerge remote-tracking branch 'origin/merge-requests/5'
Klaus Ethgen [Sun, 20 Jul 2014 12:54:56 +0000 (13:54 +0100)]
Merge remote-tracking branch 'origin/merge-requests/5'

* origin/merge-requests/5:
  Fix crash when loading collection listing inexistent files.

This is now a combination of Leons patch 900e65e and merge request of
Laurent. Hopefully that is now a bit more stable.

9 years agoFix for the assertion when file gives an empty lookup
Leon Winter [Mon, 26 May 2014 22:33:52 +0000 (23:33 +0100)]
Fix for the assertion when file gives an empty lookup

Thanks Leon for this patch.

10 years agofix segfault while cancel rename dialog
Petr Vorel [Mon, 3 Mar 2014 23:31:04 +0000 (00:31 +0100)]
fix segfault while cancel rename dialog

Patch prevents calling gtk_widget_destroy(gd->dialog) twice - second is
in generic_dialog_click_cb:58

Steps to reproduce:
select more images on left section then is seen in on page (need to
scroll), roll to the top, click by right mouse button, select Rename
from menu and cancel it by key Esc (button Cancel is working).

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff79b2b16 in gtk_widget_destroy () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0

(gdb) bt
 #0  0x00007ffff79b2b16 in gtk_widget_destroy () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
 #1  0x0000000000429c6f in generic_dialog_close (gd=0x118d700) at ui_utildlg.c:44
 #2  0x0000000000429cf2 in generic_dialog_click_cb (widget=0xb12220, data=0x118d700) at ui_utildlg.c:58
 #3  0x0000000000429e4a in generic_dialog_key_press_cb (widget=0xb12220, event=0x11f0800, data=0x118d700) at ui_utildlg.c:93
 #4  0x00007ffff78942bc in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
 #5  0x00007ffff6123f28 in g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
 #6  0x00007ffff6134edd in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
 #7  0x00007ffff613c922 in g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
 #8  0x00007ffff613cf32 in g_signal_emit () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
 #9  0x00007ffff79b4664 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
 #10 0x00007ffff78927cf in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
 #11 0x00007ffff7893f95 in gtk_main_do_event () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
 #12 0x00007ffff74cee12 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
 #13 0x00007ffff5e5cea6 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 #14 0x00007ffff5e5d1f8 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 #15 0x00007ffff5e5d5fa in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 #16 0x00007ffff789344d in gtk_main () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
 #17 0x0000000000492cf1 in main (argc=2, argv=0x7fffffffd4c8) at main.c:921

10 years agoUpdated Chinese locales
Levin [Sun, 26 Jan 2014 12:46:01 +0000 (13:46 +0100)]
Updated Chinese locales

Signed-off-by: Klaus Ethgen <Klaus@Ethgen.de>
10 years agoMerge remote-tracking branches 'origin/merge-requests/10' and 'origin/merge-requests/9'
Klaus Ethgen [Sun, 26 Jan 2014 12:30:18 +0000 (13:30 +0100)]
Merge remote-tracking branches 'origin/merge-requests/10' and 'origin/merge-requests/9'

Merge in some trivial but useful merge requests. (Note that 9 includes 8.)

* origin/merge-requests/10:
  transifex config file allowing to easily use transifex-client

* origin/merge-requests/9:
  Skip over expanded keys.
  Annotate debug_exception() with source file, line, and function.

10 years agotransifex config file allowing to easily use transifex-client
Iune Trecet [Wed, 7 Aug 2013 16:38:16 +0000 (18:38 +0200)]
transifex config file allowing to easily use transifex-client

11 years agoSkip over expanded keys.
Emil Mikulic [Sun, 21 Apr 2013 05:13:40 +0000 (15:13 +1000)]
Skip over expanded keys.

This fixes handling of filenames with % in them.

11 years agoAnnotate debug_exception() with source file, line, and function.
Emil Mikulic [Sun, 21 Apr 2013 04:57:37 +0000 (14:57 +1000)]
Annotate debug_exception() with source file, line, and function.

11 years agoBug 3594998: make lirc initialization quieter
Laurent Monin [Thu, 13 Dec 2012 12:17:47 +0000 (13:17 +0100)]
Bug 3594998: make lirc initialization quieter

Increasing debug level to 1 or 2 will give more information, level 0
will only output a message to user if lirc is initialized but can't
read config file.

11 years agoFix crash when loading collection listing inexistent files.
Laurent Monin [Mon, 26 Nov 2012 08:29:17 +0000 (09:29 +0100)]
Fix crash when loading collection listing inexistent files.

11 years agoAdd filedata counting to watch for filedata leaks
Omari Stephens [Tue, 13 Nov 2012 06:08:21 +0000 (06:08 +0000)]
Add filedata counting to watch for filedata leaks

This basically counts the number of filedata instances in existence at
any given point in time.  If the number doesn't drop down to where it's
supposed to be, there are leaks.

11 years agoUse FileData locks to avoid expensive reloads with marks enabled
Omari Stephens [Mon, 12 Nov 2012 18:44:44 +0000 (18:44 +0000)]
Use FileData locks to avoid expensive reloads with marks enabled

11 years agoAdd "lock" functionality to keep FileDatas in memory
Omari Stephens [Mon, 12 Nov 2012 06:03:02 +0000 (06:03 +0000)]
Add "lock" functionality to keep FileDatas in memory

Adds two primitives to keep a FileData in memory even after its refcount
drops to zero.  Intended to be used in situations when an entire group of
FileDatas _should_ stay in memory as an optimization, even if the code
would continue to function properly even if the FileData were freed.

11 years agoFix a segfault caused by .desktop file with no exec= line.
Vedran Rodic [Sun, 28 Oct 2012 11:07:41 +0000 (12:07 +0100)]
Fix a segfault caused by .desktop file with no exec= line.

https://bugs.launchpad.net/ubuntu/+source/geeqie/+bug/1056532

11 years agoReapply 'call notify functions in in an idle call'
Klaus Ethgen [Tue, 2 Oct 2012 22:07:47 +0000 (23:07 +0100)]
Reapply 'call notify functions in in an idle call'

085be43cb79e04341102a9922e0e0f531454089a did some regression that should
have fixed this.

11 years agoWhitespace cleanup
Klaus Ethgen [Tue, 2 Oct 2012 21:49:52 +0000 (22:49 +0100)]
Whitespace cleanup

11 years agoMerge branch 'ke-lua'
Klaus Ethgen [Tue, 2 Oct 2012 21:27:22 +0000 (22:27 +0100)]
Merge branch 'ke-lua'

Mostly implementing lua integration.

* ke-lua:
  Revert "call notify functions in in an idle call"
  Implementing some usefull data structures for lua
  First usable lua callback
  Using common path for lua files
  Overlay info with lua
  Adding support for lua scripting

11 years agoMerge branch 'master' into ke-lua
Klaus Ethgen [Tue, 2 Oct 2012 21:19:13 +0000 (22:19 +0100)]
Merge branch 'master' into ke-lua

* master: (185 commits)
  better fix for big-endian architectures
  Minor indentation fixes.
  Cleanup checker shader code.
  Fix exif orientation in clutter rendering mode.
  Silent 2 warnings using explicit type casting.
  Polish translation was updated, thanks to Grzegorz Gibas.
  Update pt_BR translation.
  Add *~, *.rej, *.orig files to git ignore list.
  Fix for support >=automake-1.11.4
  Trim trailing white spaces on empty lines.
  Trim trailing white spaces.
  Add missing vim modeline.
  Fix indentation and few trailing white spaces.
  Clear few more warnings, unused variables mostly.
  Drop unused variable.
  Remove commented out code.
  Remove commented out code.
  Remove commented out code.
  Remove commented out code.
  Remove commented out code.
  ...

11 years agobetter fix for big-endian architectures
Vladimir Nadvornik [Sun, 23 Sep 2012 09:19:36 +0000 (11:19 +0200)]
better fix for big-endian architectures

11 years agoMinor indentation fixes.
Laurent Monin [Tue, 4 Sep 2012 13:05:41 +0000 (15:05 +0200)]
Minor indentation fixes.

11 years agoCleanup checker shader code.
Laurent Monin [Tue, 4 Sep 2012 13:02:42 +0000 (15:02 +0200)]
Cleanup checker shader code.

Size and colors can now be set outside the shader code.

11 years agoFix exif orientation in clutter rendering mode.
Laurent Monin [Tue, 4 Sep 2012 09:15:45 +0000 (11:15 +0200)]
Fix exif orientation in clutter rendering mode.

11 years agoSilent 2 warnings using explicit type casting.
Laurent Monin [Thu, 30 Aug 2012 20:16:43 +0000 (22:16 +0200)]
Silent 2 warnings using explicit type casting.

11 years agoPolish translation was updated, thanks to Grzegorz Gibas.
Laurent Monin [Thu, 30 Aug 2012 18:38:31 +0000 (20:38 +0200)]
Polish translation was updated, thanks to Grzegorz Gibas.

https://sourceforge.net/tracker/?func=detail&aid=2982159&group_id=222125&atid=1054682

11 years agoUpdate pt_BR translation.
Laurent Monin [Thu, 30 Aug 2012 18:33:01 +0000 (20:33 +0200)]
Update pt_BR translation.

I just polished the translation a bit making some menu entries more clear to understand.
Michal Čihař

11 years agoAdd *~, *.rej, *.orig files to git ignore list.
Laurent Monin [Thu, 30 Aug 2012 16:51:22 +0000 (18:51 +0200)]
Add *~, *.rej, *.orig files to git ignore list.

11 years agoFix for support >=automake-1.11.4
Laurent Monin [Thu, 30 Aug 2012 16:46:00 +0000 (18:46 +0200)]
Fix for support >=automake-1.11.4

Patch by Marien Zwart

https://bugs.gentoo.org/show_bug.cgi?id=414863
http://sourceforge.net/tracker/?func=detail&aid=3562437&group_id=222125&atid=1054680

11 years agoTrim trailing white spaces on empty lines.
Laurent Monin [Thu, 30 Aug 2012 16:32:32 +0000 (18:32 +0200)]
Trim trailing white spaces on empty lines.

11 years agoTrim trailing white spaces.
Laurent Monin [Thu, 30 Aug 2012 16:31:41 +0000 (18:31 +0200)]
Trim trailing white spaces.

11 years agoAdd missing vim modeline.
Laurent Monin [Thu, 30 Aug 2012 16:26:06 +0000 (18:26 +0200)]
Add missing vim modeline.

11 years agoFix indentation and few trailing white spaces.
Laurent Monin [Thu, 30 Aug 2012 16:22:50 +0000 (18:22 +0200)]
Fix indentation and few trailing white spaces.

11 years agoClear few more warnings, unused variables mostly.
Laurent Monin [Thu, 30 Aug 2012 16:10:47 +0000 (18:10 +0200)]
Clear few more warnings, unused variables mostly.

11 years agoDrop unused variable.
Laurent Monin [Thu, 30 Aug 2012 15:34:14 +0000 (17:34 +0200)]
Drop unused variable.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:29 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:29 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:29 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:29 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:29 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:29 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:29 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:29 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:29 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:29 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:29 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:29 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:29 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:29 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:29 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:29 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:29 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:29 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:29 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:29 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:29 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:29 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:29 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:29 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:29 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:29 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:29 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:28 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:28 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:28 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:28 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:28 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:28 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:28 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:28 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:53:28 +0000 (15:53 +0200)]
Remove commented out code.

11 years agoDrop unused variable.
Laurent Monin [Thu, 30 Aug 2012 13:20:31 +0000 (15:20 +0200)]
Drop unused variable.

11 years agoCleanup, drop WRITE_SUBTITLE() macro, remove commented out code.
Laurent Monin [Thu, 30 Aug 2012 13:19:10 +0000 (15:19 +0200)]
Cleanup, drop WRITE_SUBTITLE() macro, remove commented out code.

11 years agoThose stereo image options are of type int, not uint, use appropriate macros.
Laurent Monin [Thu, 30 Aug 2012 13:03:01 +0000 (15:03 +0200)]
Those stereo image options are of type int, not uint, use appropriate macros.

11 years agoDrop unused variable and code.
Laurent Monin [Thu, 30 Aug 2012 12:50:59 +0000 (14:50 +0200)]
Drop unused variable and code.

11 years agoDrop commented out code.
Laurent Monin [Thu, 30 Aug 2012 12:48:08 +0000 (14:48 +0200)]
Drop commented out code.

11 years agoDrop commented out code.
Laurent Monin [Thu, 30 Aug 2012 12:40:45 +0000 (14:40 +0200)]
Drop commented out code.

11 years agoDrop unused variables.
Laurent Monin [Thu, 30 Aug 2012 12:39:55 +0000 (14:39 +0200)]
Drop unused variables.

11 years agoDrop unused variables.
Laurent Monin [Thu, 30 Aug 2012 12:39:33 +0000 (14:39 +0200)]
Drop unused variables.

11 years agoDrop unused variables.
Laurent Monin [Thu, 30 Aug 2012 12:39:21 +0000 (14:39 +0200)]
Drop unused variables.

11 years agoDrop unused variables and code.
Laurent Monin [Thu, 30 Aug 2012 12:30:57 +0000 (14:30 +0200)]
Drop unused variables and code.

pan-view.c: In function ‘pan_grid_build’:
pan-view.c:753:14: attention : variable ‘ah’ set but not used [-Wunused-but-set-variable]
pan-view.c:753:10: attention : variable ‘aw’ set but not used [-Wunused-but-set-variable]
pan-view.c: In function ‘pan_window_key_press_cb’:
pan-view.c:1217:2: attention : suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
pan-view.c:1271:8: attention : variable ‘n’ set but not used [-Wunused-but-set-variable]
pan-view.c: In function ‘pan_window_set_dnd_data’:
pan-view.c:2939:8: attention : unused variable ‘len’ [-Wunused-variable]
pan-view.c:2938:10: attention : unused variable ‘text’ [-Wunused-variable]

11 years agoDrop unused variables and associated code.
Laurent Monin [Thu, 30 Aug 2012 12:26:21 +0000 (14:26 +0200)]
Drop unused variables and associated code.

11 years agoSilent a warning when compiling with GTK+ >= 3.0.0.
Laurent Monin [Thu, 30 Aug 2012 12:21:41 +0000 (14:21 +0200)]
Silent a warning when compiling with GTK+ >= 3.0.0.

unused variable ‘success’ [-Wunused-variable]

11 years agoRemove useless variable and code.
Laurent Monin [Thu, 30 Aug 2012 12:18:53 +0000 (14:18 +0200)]
Remove useless variable and code.

11 years agoRemove commented out code.
Laurent Monin [Thu, 30 Aug 2012 12:17:47 +0000 (14:17 +0200)]
Remove commented out code.

11 years agoAdd parenthesis to silent a possible warning.
Laurent Monin [Thu, 30 Aug 2012 12:17:20 +0000 (14:17 +0200)]
Add parenthesis to silent a possible warning.

suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]

11 years agoDrop 2 unused variables.
Laurent Monin [Thu, 30 Aug 2012 12:15:15 +0000 (14:15 +0200)]
Drop 2 unused variables.

11 years agoDrop 2 unused variables.
Laurent Monin [Thu, 30 Aug 2012 12:14:22 +0000 (14:14 +0200)]
Drop 2 unused variables.

11 years agoDrop 2 unused variables.
Laurent Monin [Thu, 30 Aug 2012 12:13:00 +0000 (14:13 +0200)]
Drop 2 unused variables.

11 years agoDrop unused variable.
Laurent Monin [Thu, 30 Aug 2012 12:12:02 +0000 (14:12 +0200)]
Drop unused variable.

11 years agoSilent a warning.
Laurent Monin [Thu, 30 Aug 2012 12:10:29 +0000 (14:10 +0200)]
Silent a warning.

‘histmap’ may be used uninitialized in this function

11 years agoDrop unused variable.
Laurent Monin [Thu, 30 Aug 2012 12:08:21 +0000 (14:08 +0200)]
Drop unused variable.

11 years agoDrop unused code and variables (transform/orientation).
Laurent Monin [Thu, 30 Aug 2012 12:06:24 +0000 (14:06 +0200)]
Drop unused code and variables (transform/orientation).

11 years agoFix up indentation and coding style.
Laurent Monin [Thu, 30 Aug 2012 12:01:41 +0000 (14:01 +0200)]
Fix up indentation and coding style.

11 years agoDrop unused variables.
Laurent Monin [Thu, 30 Aug 2012 11:47:03 +0000 (13:47 +0200)]
Drop unused variables.

11 years agoDrop dead code.
Laurent Monin [Thu, 30 Aug 2012 11:45:31 +0000 (13:45 +0200)]
Drop dead code.

11 years agoDrop unused variables.
Laurent Monin [Thu, 30 Aug 2012 11:44:07 +0000 (13:44 +0200)]
Drop unused variables.

11 years agoDrop useless code (since f94b569b1831c052099295c861f9d3f502072622).
Laurent Monin [Thu, 30 Aug 2012 11:40:13 +0000 (13:40 +0200)]
Drop useless code (since f94b569b1831c052099295c861f9d3f502072622).

11 years agoFix few warnings when building with GTK+ >= 3.0.0, mostly unused vars.
Laurent Monin [Thu, 30 Aug 2012 11:17:40 +0000 (13:17 +0200)]
Fix few warnings when building with GTK+ >= 3.0.0, mostly unused vars.

11 years agoDrop dead code.
Laurent Monin [Thu, 30 Aug 2012 11:15:40 +0000 (13:15 +0200)]
Drop dead code.