diff options
author | Pablo Barciela <[email protected]> | 2019-03-30 02:18:49 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-19 23:16:23 +0200 |
commit | f76e68f68f0788747b98925707b0c37d9fa99396 (patch) | |
tree | 72486848d32954f6c6ed9b74c1bc11f949ea2bff /po | |
parent | fab059e8cdfb57112dac5b54492ff33fcbbdb62d (diff) | |
download | caja-f76e68f68f0788747b98925707b0c37d9fa99396.tar.bz2 caja-f76e68f68f0788747b98925707b0c37d9fa99396.tar.xz |
fm-desktop-icon-view: remove dead code
Fixes Clang static analyzer warnings:
fm-desktop-icon-view.c:331:33: warning: 1st function call argument is an uninitialized value
if (pointer == NULL && (gdk_device_get_source (cur) == GDK_SOURCE_MOUSE)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
fm-desktop-icon-view.c:335:34: warning: 1st function call argument is an uninitialized value
if (keyboard == NULL && (gdk_device_get_source (cur) == GDK_SOURCE_KEYBOARD)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
Diffstat (limited to 'po')
0 files changed, 0 insertions, 0 deletions