Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 0 additions & 35 deletions src/lib/bridge/handlers/csmoney_price.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/lib/bridge/handlers/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {FetchInspectInfo} from './fetch_inspect_info';
import {ExecuteCssOnPage} from './execute_css';
import {StorageGet} from './storage_get';
import {StorageSet} from './storage_set';
import {CSMoneyPrice} from './csmoney_price';
import {RequestHandler} from '../types';
import {FetchPendingTrades} from './fetch_pending_trades';
import {FetchSkinModel} from './fetch_skin_model';
Expand All @@ -20,7 +19,6 @@ export const HANDLERS_MAP: {[key in RequestType]: RequestHandler<any, any>} = {
[RequestType.STORAGE_GET]: StorageGet,
[RequestType.STORAGE_SET]: StorageSet,
[RequestType.STORAGE_REMOVE]: StorageRemove,
[RequestType.CSMONEY_PRICE]: CSMoneyPrice,
[RequestType.FETCH_PENDING_TRADES]: FetchPendingTrades,
[RequestType.FETCH_SKIN_MODEL]: FetchSkinModel,
[RequestType.FETCH_EXTENSION_FILE]: FetchExtensionFile,
Expand Down
1 change: 0 additions & 1 deletion src/lib/bridge/handlers/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export enum RequestType {
STORAGE_GET,
STORAGE_SET,
STORAGE_REMOVE,
CSMONEY_PRICE,
FETCH_PENDING_TRADES,
FETCH_SKIN_MODEL,
FETCH_EXTENSION_FILE,
Expand Down
112 changes: 0 additions & 112 deletions src/lib/components/market/ad_banner.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/lib/components/market/utility_belt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {css, html, HTMLTemplateResult} from 'lit';
import '../common/ui/steam-button';
import './page_size';
import './sort_listings';
import './ad_banner';
import '../filter/filter_container';

@CustomElement()
Expand Down