diff options
author | monsta <[email protected]> | 2017-01-06 12:20:45 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-01-06 12:20:45 +0300 |
commit | 325be72a116c40c83a4803b2ade015352ac556ac (patch) | |
tree | 02aca1496bf8cb5ffb1e66112feb8cf41d66a3eb /libcaja-private | |
parent | a0b0cb68df1450ed735b546e605175a85602d3ae (diff) | |
download | caja-325be72a116c40c83a4803b2ade015352ac556ac.tar.bz2 caja-325be72a116c40c83a4803b2ade015352ac556ac.tar.xz |
remove some unused code that's also gone upstream
Diffstat (limited to 'libcaja-private')
-rw-r--r-- | libcaja-private/caja-icon-container.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/libcaja-private/caja-icon-container.c b/libcaja-private/caja-icon-container.c index 4750169b..571c4039 100644 --- a/libcaja-private/caja-icon-container.c +++ b/libcaja-private/caja-icon-container.c @@ -1243,20 +1243,6 @@ resort (CajaIconContainer *container) sort_icons (container, &container->details->icons); } -#if 0 -static double -get_grid_width (CajaIconContainer *container) -{ - if (container->details->label_position == CAJA_ICON_LABEL_POSITION_BESIDE) - { - return TEXT_BESIDE_ICON_GRID_WIDTH; - } - else - { - return STANDARD_ICON_GRID_WIDTH; - } -} -#endif typedef struct { double width; |